/freebsd/tests/sys/geom/class/mirror/ |
H A D | Makefile | 5 TAP_TESTS_SH+= 1_test 6 TAP_TESTS_SH+= 2_test 7 TAP_TESTS_SH+= 3_test 8 TAP_TESTS_SH+= 4_test 9 TAP_TESTS_SH+= 5_test 10 TAP_TESTS_SH+= 6_test 11 TAP_TESTS_SH+= 7_test 12 TAP_TESTS_SH+= 8_test 13 TAP_TESTS_SH+= 9_test 14 TAP_TESTS_SH+= 10_test [all …]
|
/freebsd/tests/sys/geom/class/raid3/ |
H A D | Makefile | 5 TAP_TESTS_SH+= 1_test 6 TAP_TESTS_SH+= 2_test 7 TAP_TESTS_SH+= 3_test 8 TAP_TESTS_SH+= 4_test 9 TAP_TESTS_SH+= 5_test 10 TAP_TESTS_SH+= 6_test 11 TAP_TESTS_SH+= 7_test 12 TAP_TESTS_SH+= 8_test 13 TAP_TESTS_SH+= 9_test 14 TAP_TESTS_SH+= 10_test [all …]
|
/freebsd/sys/sys/ |
H A D | bitstring.h | 235 bitstr_t _test; in bit_ff_at_() local 245 _test = _mask ^ *_curbitstr; in bit_ff_at_() 247 _test &= _bit_make_mask(_start, _BITSTR_BITS - 1); in bit_ff_at_() 248 while (_test == 0 && _curbitstr < _stopbitstr) in bit_ff_at_() 249 _test = _mask ^ *(++_curbitstr); in bit_ff_at_() 251 _value = ((_curbitstr - _bitstr) * _BITSTR_BITS) + ffsl(_test) - 1; in bit_ff_at_() 252 if (_test == 0 || in bit_ff_at_() 281 bitstr_t *_curbitstr, _mask, _test; in bit_ff_area_at_() local 292 _test = ~(_BITSTR_MASK << _bit_offset(_start)); in bit_ff_area_at_() 293 for (_last = _size - 1, _test |= _mask ^ *_curbitstr; in bit_ff_area_at_() [all …]
|
/freebsd/bin/date/tests/ |
H A D | format_string_test.sh | 53 atf_test_case ${desc}_test 58 atf_add_test_case ${desc}_test 86 atf_test_case iso8601_${desc}_test 91 atf_add_test_case iso8601_${desc}_test
|
/freebsd/tests/sys/geom/class/stripe/ |
H A D | Makefile | 5 TAP_TESTS_SH+= 1_test 6 TAP_TESTS_SH+= 2_test
|
/freebsd/tests/sys/geom/class/shsec/ |
H A D | Makefile | 5 TAP_TESTS_SH+= 1_test 6 TAP_TESTS_SH+= 2_test
|
/freebsd/tests/sys/geom/class/concat/ |
H A D | Makefile | 5 TAP_TESTS_SH+= 1_test 6 TAP_TESTS_SH+= 2_test
|
/freebsd/lib/libc/tests/secure/ |
H A D | Makefile | 23 ATF_TESTS_C+= fortify_${tcat}_test 27 ${.CURDIR}/generate-fortify-tests.lua ${tcat} > ${.CURDIR}/fortify_${tcat}_test.c
|
/freebsd/lib/atf/libatf-c++/tests/ |
H A D | Makefile | 20 .for _T in atf_c++_test \ 30 .for _T in atf_c++_test \
|
/freebsd/share/mk/ |
H A D | netbsd-tests.test.mk | 22 SRCS.$t?= ${t:C/^/t_/:C/_test$//g}.c 31 ATF_TESTS_SH_SRC_$t?= ${t:C/^/t_/:C/_test$//g}.sh
|
/freebsd/contrib/atf/atf-c++/ |
H A D | Kyuafile | 5 atf_test_program{name="atf_c++_test"}
|
/freebsd/contrib/lutok/ |
H A D | .gitignore | 4 *_test
|
/freebsd/contrib/kyua/ |
H A D | .gitignore | 5 *_test
|
/freebsd/contrib/atf/ |
H A D | .gitignore | 7 *_test
|
H A D | NEWS | 445 the source tree and tests are now suffixed by _test, not prefixed by t_.
|
/freebsd/tests/sys/geom/class/uzip/ |
H A D | Makefile | 35 TAP_TESTS_SH+= 1_test
|
/freebsd/contrib/libcbor/ |
H A D | CMakeLists.txt | 119 COMMAND bash -c [[ for TEST in $(ls test/*_test); do LLVM_PROFILE_FILE="coverage_profiles/$(basename -- ${TEST}).profraw" ./${TEST}; done ]] 122 COMMAND bash -c [[ llvm-cov show -instr-profile=coverage_profiles/combined.profdata test/*_test -format=html > coverage_profiles/report.html ]] 123 COMMAND bash -c [[ llvm-cov report -instr-profile=coverage_profiles/combined.profdata test/*_test ]]
|
/freebsd/contrib/libcbor/test/ |
H A D | CMakeLists.txt | 1 file(GLOB TESTS "*_test.c")
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 113 dev0: NAN_SUBSCRIBE service_name=_test srv_proto_type=3 ssi=1122334455 116 dev1: NAN_PUBLISH service_name=_test srv_proto_type=3 ssi=6677
|
/freebsd/tests/sys/sys/ |
H A D | bitstring_test.c | 81 static testfunc_t name ## _test; \ 85 bitstring_test_runner(name ## _test); \ 89 name ## _test(bitstr_t *bitstr, int nbits, const char *memloc)
|
/freebsd/contrib/ntp/libjsmn/ |
H A D | README.md | 86 the jsmn\_test.c, you will also find README, LICENSE and Makefile files inside.
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 4655 http_##name##_test } 4659 { #title, http_##name##_test, TT_ISOLATED|TT_OFF_BY_DEFAULT, &basic_setup, HTTP_CAST_ARG(arg) } 4661 …{ #title, http_##name##_test, TT_ISOLATED|TT_RETRIABLE|test_opts, &basic_setup, HTTP_CAST_ARG(arg)… 4663 { #title, http_##name##_test, TT_ISOLATED|test_opts, &basic_setup, HTTP_CAST_ARG(arg) } 4666 { "https_" #name, https_##name##_test, TT_ISOLATED, &basic_setup, NULL }
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 4655 http_##name##_test } 4659 { #title, http_##name##_test, TT_ISOLATED|TT_OFF_BY_DEFAULT, &basic_setup, HTTP_CAST_ARG(arg) } 4661 …{ #title, http_##name##_test, TT_ISOLATED|TT_RETRIABLE|test_opts, &basic_setup, HTTP_CAST_ARG(arg)… 4663 { #title, http_##name##_test, TT_ISOLATED|test_opts, &basic_setup, HTTP_CAST_ARG(arg) } 4666 { "https_" #name, https_##name##_test, TT_ISOLATED, &basic_setup, NULL }
|
/freebsd/contrib/googletest/docs/ |
H A D | faq.md | 617 the rule of ending your test program names with `_test`, you can use the
|
H A D | gmock_for_dummies.md | 188 Some people put it in a `_test.cc`. This is fine when the interface being mocked
|