/freebsd/usr.bin/bmake/unit-tests/ |
H A D | Makefile | 29 # 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 D | Makefile | 61 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 D | dotwait.mk | 5 TESTS= simple recursive shared cycle 13 .for t in ${TESTS}
|
/freebsd/contrib/openpam/t/ |
H A D | Makefile.am | 10 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 D | README.md | 41 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 D | README-external.md | 26 $ 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 D | Makefile | 1 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 D | tscdrift.c | 44 #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 D | CMakeLists.txt | 3 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 D | Makefile.am | 1 EXTRA_DIST = $(TESTS) basic schema generate.res \ 4 TESTS = basic.test \ macro
|
/freebsd/share/mk/ |
H A D | bsd.opts.mk | 69 TESTS \ 88 MAKE_CHECK_USE_SANDBOX/TESTS \
|
/freebsd/contrib/libcbor/test/ |
H A D | CMakeLists.txt | 1 file(GLOB TESTS "*_test.c") 11 foreach (TEST ${TESTS})
|
/freebsd/tools/test/stress2/misc/ |
H A D | bench.sh | 99 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 D | Makefile.in | 94 TESTS = $(SRC:.c=) 99 CLEANFILES = $(OBJ) $(TESTS) 101 all: $(TESTS)
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | Makefile.am | 23 TESTS = test_sl macro 24 check_PROGRAMS = $(TESTS)
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 60 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 D | test.sh | 4 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 D | test.sh | 4 TESTS="test-eof test-closed test-weof test-time test-changelist test-fdleak" 74 for i in $TESTS; do
|
/freebsd/libexec/bootpd/ |
H A D | Makefile.UNIX | 45 TESTS= trylook trygetif trygetea 47 all: $(PROGS) $(TESTS) 71 -rm -f $(PROGS) $(TESTS)
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | Makefile.am | 58 TESTS = test_util macro 60 check_PROGRAMS = $(TESTS)
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-6-tests.sh | 44 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 D | Makefile | 117 TESTS \ 248 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
|
/freebsd/usr.bin/bmake/ |
H A D | Makefile | 174 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
|
/freebsd/contrib/bearssl/conf/ |
H A D | samd20.mk | 20 TESTS = no
|
/freebsd/contrib/bearssl/mk/ |
H A D | Defaults.mk | 41 TESTS = tests
|