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 DMakefile29 # and it should be added to the TESTS list.
62 #TESTS+= archive
63 #TESTS+= archive-suffix
64 TESTS+= cmd-errors
65 TESTS+= cmd-errors-jobs
66 TESTS+= cmd-errors-lint
67 TESTS+= cmd-interrupt
68 TESTS+= cmdline
69 TESTS+= cmdline-redirect-stdin
70 TESTS
537 TESTS:= ${TESTS:${BROKEN_TESTS:S,^,N,:ts:}} global() macro
[all...]
/freebsd/contrib/bmake/unit-tests/
H A DMakefile61 TESTS+= cmd-errors
62 TESTS+= cmd-errors-jobs
63 TESTS+= cmd-errors-lint
64 TESTS+= cmd-interrupt
65 TESTS+= cmdline
66 TESTS+= cmdline-redirect-stdin
67 TESTS+= cmdline-undefined
68 TESTS+= comment
69 TESTS+= compat-error
70 TESTS+= cond-cmp-numeric
[all …]
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/crypto/openssl/test/
H A DREADME.md41 the make variable TESTS to specify them, like this:
43 $ make TESTS='test_rsa test_dsa' test # Unix
44 $ mms/macro="TESTS=test_rsa test_dsa" test ! OpenVMS
45 $ nmake TESTS="test_rsa test_dsa" test # Windows
49 $ make test TESTS='test_rsa test_dsa' VF=1
50 $ make test TESTS="test_cmp_*" VFP=1
64 For more details on how the `make` variables `TESTS` can be used,
70 The `make` variable `TESTS` supports a versatile set of space separated tokens
82 this token equivalent to TESTS="alltests -xxx".
91 TESTS="alltests -xxx".
[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/regression/usr.bin/cc/
H A DMakefile1 TESTS= float macro
5 tests: ${TESTS}
6 for p in ${TESTS}; do ${.OBJDIR}/$$p; done
10 -rm -f ${TESTS}
/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/contrib/libder/tests/
H A DCMakeLists.txt3 set(TESTS test_privkey test_pubkey) variable
5 set(ALL_TESTS ${UTILS} ${TESTS})
21 foreach(prog IN LISTS UTILS TESTS)
/freebsd/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \ macro
/freebsd/share/mk/
H A Dbsd.opts.mk69 TESTS \
88 MAKE_CHECK_USE_SANDBOX/TESTS \
/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/contrib/libpcap/testprogs/
H A DMakefile.in94 TESTS = $(SRC:.c=)
99 CLEANFILES = $(OBJ) $(TESTS)
101 all: $(TESTS)
/freebsd/crypto/heimdal/lib/sl/
H A DMakefile.am23 TESTS = test_sl macro
24 check_PROGRAMS = $(TESTS)
/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/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/libexec/bootpd/
H A DMakefile.UNIX45 TESTS= trylook trygetif trygetea
47 all: $(PROGS) $(TESTS)
71 -rm -f $(PROGS) $(TESTS)
/freebsd/crypto/heimdal/kadmin/
H A DMakefile.am58 TESTS = test_util macro
60 check_PROGRAMS = $(TESTS)
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-6-tests.sh44 TESTS='$HOME/zfs/.github/workflows/scripts/qemu-6-tests.sh'
51 $SSH zfs@$IP $TESTS $OS $i $VMs $CI_TYPE
/freebsd/contrib/bmake/
H A DMakefile117 TESTS \
248 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
/freebsd/usr.bin/bmake/
H A DMakefile174 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

1234