-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathlibsodium.yaml
26 lines (26 loc) · 1.4 KB
/
libsodium.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
"is_test_benchmark": true
"language": "c++"
"project": "libsodium"
"target_name": "secretbox_easy_fuzzer"
"target_path": "/src/secretbox_easy_fuzzer.cc"
"test_files":
- "test_file_path": "//src/libsodium/test/default/box2.c"
- "test_file_path": "//src/libsodium/test/default/sodium_core.c"
- "test_file_path": "//src/libsodium/test/default/stream2.c"
- "test_file_path": "//src/libsodium/test/default/scalarmult_ristretto255.c"
- "test_file_path": "//src/libsodium/test/default/onetimeauth2.c"
- "test_file_path": "//src/libsodium/test/default/auth6.c"
- "test_file_path": "//src/libsodium/test/default/hash3.c"
- "test_file_path": "//src/libsodium/test/default/secretbox_easy2.c"
- "test_file_path": "//src/libsodium/test/default/chacha20.c"
- "test_file_path": "//src/libsodium/test/default/secretbox.c"
- "test_file_path": "//src/libsodium/test/default/box_seal.c"
- "test_file_path": "//src/libsodium/test/default/keygen.c"
- "test_file_path": "//src/libsodium/test/default/core3.c"
- "test_file_path": "//src/libsodium/test/default/pwhash_scrypt_ll.c"
- "test_file_path": "//src/libsodium/test/default/verify1.c"
- "test_file_path": "//src/libsodium/test/default/auth2.c"
- "test_file_path": "//src/libsodium/test/default/core1.c"
- "test_file_path": "//src/libsodium/test/default/aead_xchacha20poly1305.c"
- "test_file_path": "//src/libsodium/test/default/secretbox2.c"
- "test_file_path": "//src/libsodium/test/default/box_easy.c"