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

12

/freebsd-11-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-11-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)
H A DMakefile.in93 @WITH_TEST_TRUE@TESTS = t_openpam_ctype$(EXEEXT) \
409 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
433 am__test_logs1 = $(TESTS:=.log)
762 # expand to empty, as could happen e.g. with make check TESTS=''.
873 check-TESTS: $(check_PROGRAMS) $(check_LIBRARIES)
979 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1101 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
/freebsd-11-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-11-stable/contrib/libucl/tests/
H A DMakefile.am1 EXTRA_DIST = $(TESTS) basic schema generate.res \
4 TESTS = basic.test \
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A DMakefile.am23 TESTS = test_sl
24 check_PROGRAMS = $(TESTS)
/freebsd-11-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-11-stable/contrib/expat/tests/
H A DMakefile.am38 TESTS = runtests runtestspp
/freebsd-11-stable/contrib/libpcap/testprogs/
H A DMakefile.in91 TESTS = $(SRC:.c=)
96 CLEANFILES = $(OBJ) $(TESTS)
98 all: $(TESTS)
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am34 TESTS = test_ntlm
/freebsd-11-stable/gnu/usr.bin/grep/
H A DMakefile50 for tst in ${TESTS}; do \
66 TESTS= warning.sh khadafy.sh spencer1.sh bre.sh ere.sh status.sh empty.sh \ macro
/freebsd-11-stable/crypto/heimdal/kadmin/
H A DMakefile.am58 TESTS = test_util
60 check_PROGRAMS = $(TESTS)
/freebsd-11-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-11-stable/libexec/bootpd/
H A DMakefile.UNIX46 TESTS= trylook trygetif trygetea
48 all: $(PROGS) $(TESTS)
72 -rm -f $(PROGS) $(TESTS)
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk5 TESTS= simple recursive shared cycle macro
13 .for t in ${TESTS}
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A DMakefile.am28 TESTS = $(check_PROGRAMS)
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DMakefile.am222 TESTS =
225 TESTS += $(check_PROGRAMS)
228 #TESTS += tests-runner
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.am66 TESTS = \
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am48 TESTS = check-der check-gen check-timegm check-ber check-template
49 check_PROGRAMS = $(TESTS)
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.am23 TESTS = \
50 check_PROGRAMS = $(TESTS) test_hostname test_ap-req
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org158 TESTS = alltests
450 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on generate );
471 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk178 TESTS \
281 BROKEN_OPTIONS+=TESTS # "undefined reference to `_Unwind_Resume'"
528 TESTS \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java44 public static final String[] TESTS = new String[] { field in class:TestBean
691 String[] tests = (classname == null ? TESTS:
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.am38 TESTS = $(check_PROGRAMS)
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk44 TESTS \

Completed in 317 milliseconds

12