Home
last modified time | relevance | path

Searched refs:TESTS (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile63 TESTS+= cmdline
66 TESTS+= comment
102 TESTS+= dep
114 TESTS+= depsrc
134 TESTS+= deptgt
165 TESTS+= dir
212 TESTS+= error
230 TESTS+= lint
238 TESTS+= opt
302 TESTS+= sh
[all …]
/freebsd/contrib/bmake/unit-tests/
H A DMakefile60 TESTS+= cmdline
63 TESTS+= comment
99 TESTS+= dep
111 TESTS+= depsrc
131 TESTS+= deptgt
162 TESTS+= dir
209 TESTS+= error
227 TESTS+= lint
235 TESTS+= opt
299 TESTS+= sh
[all …]
H A Dvarmod-edge.mk13 TESTS+= M-paren
22 TESTS+= M-mixed
34 TESTS+= M-unescape
89 TESTS+= M-bsbs
120 TESTS+= M-128
127 TESTS+= eq-ext
135 TESTS+= eq-q
141 TESTS+= eq-bs
148 TESTS+= eq-esc
154 TESTS+= colon
[all …]
H A Dvar-recursive.mk6 TESTS= direct indirect conditional short target
13 .for test in ${TESTS}
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
13 .for t in ${TESTS}
/freebsd/contrib/openpam/t/
H A DMakefile.am10 TESTS = macro
11 TESTS += t_openpam_ctype
12 TESTS += t_openpam_dispatch
13 TESTS += t_openpam_readword
14 TESTS += t_openpam_readlinev
15 TESTS += t_openpam_straddch
16 TESTS += t_openpam_subst
17 TESTS += t_pam_env
18 check_PROGRAMS = $(TESTS)
/freebsd/tools/regression/usr.bin/cc/
H A DMakefile2 TESTS= float macro
6 tests: ${TESTS}
7 for p in ${TESTS}; do ${.OBJDIR}/$$p; done
11 -rm -f ${TESTS}
/freebsd/crypto/openssl/test/
H A DREADME.md41 the make variable TESTS to specify them, like this:
49 $ make test TESTS='test_rsa test_dsa' VF=1
50 $ make test TESTS="test_cmp_*" VFP=1
91 TESTS="alltests -xxx".
101 $ make TESTS='-test_fuzz*' test
105 $ make TESTS='alltests -test_fuzz*' test
110 $ make TESTS='test_ssl* -test_ssl_*' test
114 $ make TESTS='10' test
118 $ make TESTS='-99' test
122 $ make TESTS='[89]? -90' test
[all …]
H A DREADME-external.md26 $ make test VERBOSE=1 TESTS=test_external_pyca
59 $ VERBOSE=1 make TESTS=test_external_krb5 test
88 $ make test VERBOSE=1 TESTS=test_external_gost_engine
/freebsd/tools/tools/tscdrift/
H A Dtscdrift.c44 #define TESTS 1024 macro
69 for (i = 0; i < TESTS; i++) { in thread_main()
115 skew[i] = calloc(TESTS, sizeof(*skew[i])); in main()
135 for (j = 0; j < TESTS; j++) { in main()
168 for (j = 0; j < TESTS; j++) { in main()
176 aveskew[i] /= TESTS; in main()
177 sumsq /= TESTS; in main()
/freebsd/share/mk/
H A Dbsd.opts.mk69 TESTS \
87 MAKE_CHECK_USE_SANDBOX/TESTS \
/freebsd/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \ macro
/freebsd/contrib/libcbor/test/
H A DCMakeLists.txt1 file(GLOB TESTS "*_test.c")
11 foreach (TEST ${TESTS})
/freebsd/tools/test/stress2/misc/
H A Dbench.sh99 static void (*functions[TESTS])();
268 pid_t pids[TESTS];
272 for (i = 0; i < TESTS; i++)
275 for (i = 0; i < TESTS; i++) {
/freebsd/crypto/heimdal/lib/sl/
H A DMakefile.am23 TESTS = test_sl macro
24 check_PROGRAMS = $(TESTS)
/freebsd/contrib/libpcap/testprogs/
H A DMakefile.in94 TESTS = $(SRC:.c=)
99 CLEANFILES = $(OBJ) $(TESTS)
101 all: $(TESTS)
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest.sh4 TESTS="test-eof test-closed test-weof test-time test-changelist test-fdleak"
74 for i in $TESTS; do
/freebsd/contrib/libevent/test/
H A Dtest.sh4 TESTS="test-eof test-closed test-weof test-time test-changelist test-fdleak"
74 for i in $TESTS; do
/freebsd/crypto/openssl/
H A DNOTES-VALGRIND.md60 Additional variables (such as `VERBOSE` and `TESTS`) are described in the
68 If an error occurs, you can then run the specific test via the `TESTS` variable
71 $ make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/wrap.pl \
/freebsd/crypto/heimdal/kadmin/
H A DMakefile.am58 TESTS = test_util macro
60 check_PROGRAMS = $(TESTS)
/freebsd/libexec/bootpd/
H A DMakefile.UNIX45 TESTS= trylook trygetif trygetea
47 all: $(PROGS) $(TESTS)
71 -rm -f $(PROGS) $(TESTS)
/freebsd/usr.bin/bmake/
H A DMakefile151 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
/freebsd/contrib/bearssl/conf/
H A Dsamd20.mk20 TESTS = no
/freebsd/contrib/bearssl/mk/
H A DDefaults.mk41 TESTS = tests
/freebsd/contrib/bmake/
H A DMakefile219 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}

1234