Searched refs:TESTS (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-13-stable/tools/regression/usr.bin/cc/
H A DMakefile3 TESTS= float macro
7 tests: ${TESTS}
8 for p in ${TESTS}; do ${.OBJDIR}/$$p; done
12 -rm -f ${TESTS}
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile26 # and it should be added to the TESTS list.
29 # and are thus not added to TESTS. Such files must be ignored in
43 #TESTS+= archive
44 #TESTS+= archive-suffix
45 TESTS+= cmd-errors
46 TESTS+= cmd-errors-jobs
47 TESTS+= cmd-errors-lint
48 TESTS+= cmd-interrupt
49 TESTS+= cmdline
50 TESTS
[all...]
H A Dvarmod-edge.mk13 TESTS+= M-paren
22 TESTS+= M-mixed
34 TESTS+= M-unescape
50 TESTS+= M-nest-mix
61 TESTS+= M-nest-brk
74 TESTS+= M-pat-err
89 TESTS+= M-bsbs
102 TESTS+= M-bs1-par
111 TESTS+= M-bs2-par
120 TESTS
[all...]
H A Dvar-recursive.mk6 TESTS= direct indirect conditional short macro
13 .for test in ${TESTS}
H A Ddotwait.mk5 TESTS= simple recursive shared cycle macro
13 .for t in ${TESTS}
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile30 # and it should be added to the TESTS list.
33 # and are thus not added to TESTS. Such files must be ignored in
47 #TESTS+= archive
48 #TESTS+= archive-suffix
49 TESTS+= cmd-errors
50 TESTS+= cmd-errors-jobs
51 TESTS+= cmd-errors-lint
52 TESTS+= cmd-interrupt
53 TESTS+= cmdline
54 TESTS
[all...]
/freebsd-13-stable/contrib/openpam/t/
H A DMakefile.am12 TESTS =
13 TESTS += t_openpam_ctype
14 TESTS += t_openpam_dispatch
15 TESTS += t_openpam_readword
16 TESTS += t_openpam_readlinev
17 TESTS += t_pam_env
18 check_PROGRAMS = $(TESTS)
/freebsd-13-stable/tools/tools/tscdrift/
H A Dtscdrift.c48 #define TESTS 1024 macro
73 for (i = 0; i < TESTS; i++) {
119 skew[i] = calloc(TESTS, sizeof(*skew[i]));
129 * other threads to other CPUs in turn saving TESTS counts of
139 for (j = 0; j < TESTS; j++) {
172 for (j = 0; j < TESTS; j++) {
180 aveskew[i] /= TESTS;
181 sumsq /= TESTS;
/freebsd-13-stable/contrib/googletest/googlemock/make/
H A DMakefile40 TESTS = gmock_test macro
56 all : $(TESTS)
59 rm -f $(TESTS) gmock.a gmock_main.a *.o
/freebsd-13-stable/contrib/googletest/googletest/make/
H A DMakefile32 TESTS = sample1_unittest macro
41 all : $(TESTS)
44 rm -f $(TESTS) gtest.a gtest_main.a *.o
/freebsd-13-stable/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A DMakefile.am23 TESTS = test_sl
24 check_PROGRAMS = $(TESTS)
/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.am38 TESTS = runtests runtestspp
/freebsd-13-stable/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-13-stable/contrib/libpcap/testprogs/
H A DMakefile.in91 TESTS = $(SRC:.c=)
96 CLEANFILES = $(OBJ) $(TESTS)
98 all: $(TESTS)
/freebsd-13-stable/contrib/bearssl/conf/
H A Dsamd20.mk20 TESTS = no macro
/freebsd-13-stable/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-13-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am34 TESTS = test_ntlm
/freebsd-13-stable/crypto/heimdal/kadmin/
H A DMakefile.am58 TESTS = test_util
60 check_PROGRAMS = $(TESTS)
/freebsd-13-stable/contrib/apr-util/test/
H A DMakefile.in17 TESTS = teststrmatch.lo testuri.lo testuuid.lo testbuckets.lo testpass.lo \
48 OBJECTS_testall = abts.lo testutil.lo $(TESTS) $(LOCAL_LIBS)
/freebsd-13-stable/libexec/bootpd/
H A DMakefile.UNIX46 TESTS= trylook trygetif trygetea
48 all: $(PROGS) $(TESTS)
72 -rm -f $(PROGS) $(TESTS)
/freebsd-13-stable/contrib/cortex-strings/
H A DMakefile.am74 TESTS = $(check_PROGRAMS)
/freebsd-13-stable/contrib/googletest/googlemock/
H A DMakefile.am56 # TESTS -- Programs run automatically by "make check"
59 TESTS=
65 TESTS += test/gmock-spec-builders_test
72 TESTS += test/gmock_link_test
82 TESTS += test/gmock_fused_test
/freebsd-13-stable/usr.bin/bmake/
H A DMakefile153 MAKEFLAGS= ${TEST_MAKE} -r -m / ${.TARGET} ${TESTS:DTESTS=${TESTS:Q}}
/freebsd-13-stable/contrib/googletest/googletest/
H A DMakefile.am224 # TESTS -- Programs run automatically by "make check"
227 TESTS=
233 TESTS += samples/sample1_unittest \
287 TESTS += test/gtest_all_test
293 TESTS += test/gtest_skip_in_environment_setup_test
306 TESTS += test/fused_gtest_test

Completed in 119 milliseconds

123