Home
last modified time | relevance | path

Searched refs:_test (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/tests/sys/geom/class/mirror/
H A DMakefile5 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 DMakefile5 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 Dbitstring.h235 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 Dformat_string_test.sh53 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 DMakefile5 TAP_TESTS_SH+= 1_test
6 TAP_TESTS_SH+= 2_test
/freebsd/tests/sys/geom/class/shsec/
H A DMakefile5 TAP_TESTS_SH+= 1_test
6 TAP_TESTS_SH+= 2_test
/freebsd/tests/sys/geom/class/concat/
H A DMakefile5 TAP_TESTS_SH+= 1_test
6 TAP_TESTS_SH+= 2_test
/freebsd/lib/libc/tests/secure/
H A DMakefile23 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 DMakefile20 .for _T in atf_c++_test \
30 .for _T in atf_c++_test \
/freebsd/share/mk/
H A Dnetbsd-tests.test.mk22 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 DKyuafile5 atf_test_program{name="atf_c++_test"}
/freebsd/contrib/lutok/
H A D.gitignore4 *_test
/freebsd/contrib/kyua/
H A D.gitignore5 *_test
/freebsd/contrib/atf/
H A D.gitignore7 *_test
H A DNEWS445 the source tree and tests are now suffixed by _test, not prefixed by t_.
/freebsd/tests/sys/geom/class/uzip/
H A DMakefile35 TAP_TESTS_SH+= 1_test
/freebsd/contrib/libcbor/
H A DCMakeLists.txt119 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 DCMakeLists.txt1 file(GLOB TESTS "*_test.c")
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-NAN-USD113 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 Dbitstring_test.c81 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 DREADME.md86 the jsmn\_test.c, you will also find README, LICENSE and Makefile files inside.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c4655 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 Dregress_http.c4655 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 Dfaq.md617 the rule of ending your test program names with `_test`, you can use the
H A Dgmock_for_dummies.md188 Some people put it in a `_test.cc`. This is fine when the interface being mocked

12