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

123

/freebsd-12-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-12-stable/contrib/bmake/unit-tests/
H A DMakefile26 # and it should be added to the TESTS list.
29 # Makefiles that are not added to TESTS must be ignored in
35 TESTS+= comment
36 TESTS+= cond-late
37 TESTS+= cond-short
38 TESTS+= cond1
39 TESTS+= cond2
40 TESTS+= dollar
41 TESTS+= doterror
42 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 Ddotwait.mk5 TESTS= simple recursive shared cycle macro
13 .for t in ${TESTS}
/freebsd-12-stable/usr.bin/bmake/unit-tests/
H A DMakefile27 # and it should be added to the TESTS list.
30 # Makefiles that are not added to TESTS must be ignored in
36 TESTS+= comment
37 TESTS+= cond-late
38 TESTS+= cond-short
39 TESTS+= cond1
40 TESTS+= cond2
41 TESTS+= dollar
42 TESTS+= doterror
43 TESTS
[all...]
/freebsd-12-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-12-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-12-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-12-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-12-stable/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A DMakefile.am23 TESTS = test_sl
24 check_PROGRAMS = $(TESTS)
/freebsd-12-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-12-stable/contrib/expat/tests/
H A DMakefile.am38 TESTS = runtests runtestspp
/freebsd-12-stable/gnu/usr.bin/grep/
H A DMakefile37 for tst in ${TESTS}; do \
53 TESTS= warning.sh khadafy.sh spencer1.sh bre.sh ere.sh status.sh empty.sh \ macro
/freebsd-12-stable/contrib/libpcap/testprogs/
H A DMakefile.in91 TESTS = $(SRC:.c=)
96 CLEANFILES = $(OBJ) $(TESTS)
98 all: $(TESTS)
/freebsd-12-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-12-stable/contrib/bearssl/conf/
H A Dsamd20.mk20 TESTS = no macro
/freebsd-12-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am34 TESTS = test_ntlm
/freebsd-12-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-12-stable/crypto/heimdal/kadmin/
H A DMakefile.am58 TESTS = test_util
60 check_PROGRAMS = $(TESTS)
/freebsd-12-stable/libexec/bootpd/
H A DMakefile.UNIX46 TESTS= trylook trygetif trygetea
48 all: $(PROGS) $(TESTS)
72 -rm -f $(PROGS) $(TESTS)
/freebsd-12-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-12-stable/contrib/cortex-strings/
H A DMakefile.am74 TESTS = $(check_PROGRAMS)
/freebsd-12-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
/freebsd-12-stable/share/mk/
H A Dbsd.opts.mk67 TESTS \
81 MAKE_CHECK_USE_SANDBOX/TESTS \

Completed in 284 milliseconds

123