Home
last modified time | relevance | path

Searched refs:TEST_NAME (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd/sys/contrib/libsodium/test/default/
H A Dcmptest.h28 #define TEST_NAME_RES TEST_NAME ".res"
29 #define TEST_NAME_OUT TEST_SRCDIR "/" TEST_NAME ".exp"
H A Donetimeauth2.c2 #define TEST_NAME "onetimeauth2" macro
H A Dauth3.c3 #define TEST_NAME "auth3" macro
H A Dsodium_version.c2 #define TEST_NAME "sodium_version" macro
H A Dstream3.c2 #define TEST_NAME "stream3" macro
H A Dauth2.c3 #define TEST_NAME "auth2" macro
H A Dauth6.c2 #define TEST_NAME "auth6" macro
H A Dhash3.c2 #define TEST_NAME "hash3" macro
H A Dscalarmult2.c2 #define TEST_NAME "scalarmult2" macro
H A Dcore5.c2 #define TEST_NAME "core5" macro
H A Dstream4.c2 #define TEST_NAME "stream4" macro
H A Dcore2.c2 #define TEST_NAME "core2" macro
H A Dcore4.c2 #define TEST_NAME "core4" macro
H A Dscalarmult5.c2 #define TEST_NAME "scalarmult5" macro
H A Dbox_seed.c2 #define TEST_NAME "box_seed" macro
H A Dscalarmult7.c2 #define TEST_NAME "scalarmult7" macro
H A Dsodium_core.c2 #define TEST_NAME "sodium_core" macro
H A Dcore1.c2 #define TEST_NAME "core1" macro
H A Dsecretbox2.c2 #define TEST_NAME "secretbox2" macro
H A Donetimeauth7.c2 #define TEST_NAME "onetimeauth7" macro
H A Dauth5.c2 #define TEST_NAME "auth5" macro
H A Dauth7.c2 #define TEST_NAME "auth7" macro
H A Dshorthash.c2 #define TEST_NAME "shorthash" macro
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt1252 set(TEST_NAME ${TESTPROG}__${BACKEND_TEST_NAME}) variable
1254 add_test(${TEST_NAME}
1257 list(APPEND TEST_NAMES ${TEST_NAME})
1259 set_tests_properties(${TEST_NAME}
1265 set(TEST_NAME test-dumpevents__${BACKEND_TEST_NAME}) variable
1267 add_test(${TEST_NAME}
1272 set_tests_properties(${TEST_NAME}
1276 set(TEST_NAME test-dumpevents__${BACKEND_TEST_NAME}_no_check) variable
1278 add_test(${TEST_NAME}
1281 set_tests_properties(${TEST_NAME}
[all …]
/freebsd/contrib/libevent/
H A DCMakeLists.txt1252 set(TEST_NAME ${TESTPROG}__${BACKEND_TEST_NAME}) variable
1254 add_test(${TEST_NAME}
1257 list(APPEND TEST_NAMES ${TEST_NAME})
1259 set_tests_properties(${TEST_NAME}
1265 set(TEST_NAME test-dumpevents__${BACKEND_TEST_NAME}) variable
1267 add_test(${TEST_NAME}
1272 set_tests_properties(${TEST_NAME}
1276 set(TEST_NAME test-dumpevents__${BACKEND_TEST_NAME}_no_check) variable
1278 add_test(${TEST_NAME}
1281 set_tests_properties(${TEST_NAME}
[all …]

1234