Home
last modified time | relevance | path

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

12

/freebsd-14.2/tests/sys/geom/class/mirror/
H A DMakefile6 TAP_TESTS_SH+= 1_test
7 TAP_TESTS_SH+= 2_test
8 TAP_TESTS_SH+= 3_test
9 TAP_TESTS_SH+= 4_test
10 TAP_TESTS_SH+= 5_test
11 TAP_TESTS_SH+= 6_test
12 TAP_TESTS_SH+= 7_test
13 TAP_TESTS_SH+= 8_test
14 TAP_TESTS_SH+= 9_test
15 TAP_TESTS_SH+= 10_test
[all …]
/freebsd-14.2/tests/sys/geom/class/raid3/
H A DMakefile6 TAP_TESTS_SH+= 1_test
7 TAP_TESTS_SH+= 2_test
8 TAP_TESTS_SH+= 3_test
9 TAP_TESTS_SH+= 4_test
10 TAP_TESTS_SH+= 5_test
11 TAP_TESTS_SH+= 6_test
12 TAP_TESTS_SH+= 7_test
13 TAP_TESTS_SH+= 8_test
14 TAP_TESTS_SH+= 9_test
15 TAP_TESTS_SH+= 10_test
[all …]
/freebsd-14.2/sys/sys/
H A Dbitstring.h235 bitstr_t _test; in bit_ff_at_() local
245 _test = _mask ^ *_curbitstr; in bit_ff_at_()
248 while (_test == 0 && _curbitstr < _stopbitstr) in bit_ff_at_()
249 _test = _mask ^ *(++_curbitstr); in bit_ff_at_()
252 if (_test == 0 || in bit_ff_at_()
281 bitstr_t *_curbitstr, _mask, _test; in bit_ff_area_at_() local
295 (_test & _bit_make_mask(0, _last)) == 0); in bit_ff_area_at_()
297 if (_test == 0) in bit_ff_area_at_()
300 for (_shft = _maxshft; _shft > 1 && (_test & (_test + 1)) != 0; in bit_ff_area_at_()
302 _test |= _test >> _shft / 2; in bit_ff_area_at_()
[all …]
/freebsd-14.2/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-14.2/tests/sys/geom/class/shsec/
H A DMakefile6 TAP_TESTS_SH+= 1_test
7 TAP_TESTS_SH+= 2_test
/freebsd-14.2/tests/sys/geom/class/stripe/
H A DMakefile6 TAP_TESTS_SH+= 1_test
7 TAP_TESTS_SH+= 2_test
/freebsd-14.2/tests/sys/geom/class/concat/
H A DMakefile6 TAP_TESTS_SH+= 1_test
7 TAP_TESTS_SH+= 2_test
/freebsd-14.2/lib/atf/libatf-c++/tests/
H A DMakefile21 .for _T in atf_c++_test \
31 .for _T in atf_c++_test \
/freebsd-14.2/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-14.2/contrib/atf/atf-c++/
H A DKyuafile5 atf_test_program{name="atf_c++_test"}
/freebsd-14.2/contrib/lutok/
H A D.gitignore4 *_test
/freebsd-14.2/contrib/kyua/
H A D.gitignore5 *_test
/freebsd-14.2/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-14.2/tests/sys/geom/class/uzip/
H A DMakefile35 TAP_TESTS_SH+= 1_test
/freebsd-14.2/contrib/libcbor/test/
H A DCMakeLists.txt1 file(GLOB TESTS "*_test.c")
/freebsd-14.2/contrib/libcbor/
H A DCMakeLists.txt119 …COMMAND bash -c [[ for TEST in $(ls test/*_test); do LLVM_PROFILE_FILE="coverage_profiles/$(basena…
122 …[[ llvm-cov show -instr-profile=coverage_profiles/combined.profdata test/*_test -format=html > cov…
123 …OMMAND bash -c [[ llvm-cov report -instr-profile=coverage_profiles/combined.profdata test/*_test ]]
/freebsd-14.2/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-14.2/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-14.2/contrib/ntp/libjsmn/
H A DREADME.md86 the jsmn\_test.c, you will also find README, LICENSE and Makefile files inside.
/freebsd-14.2/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-14.2/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-14.2/contrib/googletest/docs/
H A Dfaq.md638 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
H A Dadvanced.md1436 `#include` the entire `.cc` file being tested in your `*_test.cc` file.

12