Searched refs:tests (Results 176 - 200 of 750) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libc/tests/nss/
H A DMakefile1 # $FreeBSD: stable/11/lib/libc/tests/nss/Makefile 321143 2017-07-18 18:09:16Z ngie $
5 PACKAGE= tests
25 CFLAGS+= -I${SRCTOP}/tests
/freebsd-11-stable/libexec/rtld-elf/tests/target/
H A DMakefile.depend1 # $FreeBSD: stable/11/libexec/rtld-elf/tests/target/Makefile.depend 311183 2017-01-03 22:51:40Z bdrewery $
11 libexec/rtld-elf/tests/libpythagoras \
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk6 # tests are to be built. All other *.test.mk files are internal and not
19 PACKAGE?= tests
25 # List of subdirectories containing tests into which to recurse. This has the
34 # If defined, indicates that the tests built by the Makefile are not part of
35 # the FreeBSD Test Suite. The implication of this is that the tests won't be
36 # installed under /usr/tests/ and that Kyua won't be able to run them.
39 # List of variables to pass to the tests at run-time via the environment.
42 # Force all tests in a separate distribution file.
45 # overriden. For example: we want the tests for programs in the 'games'
46 # distribution to end up in the 'tests' distributio
[all...]
/freebsd-11-stable/bin/date/
H A DMakefile11 SUBDIR+= tests
/freebsd-11-stable/bin/expr/
H A DMakefile16 SUBDIR+= tests
/freebsd-11-stable/cddl/
H A DMakefile9 SUBDIR+=tests
/freebsd-11-stable/cddl/sbin/
H A DMakefile8 _tests= tests
/freebsd-11-stable/cddl/usr.bin/
H A DMakefile16 _tests= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/
H A DMakefile7 .PATH: ${SRCTOP}/tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/begin/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/drops/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/end/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/enum/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/error/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/privs/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/rates/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/stack/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/typedef/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/ustack/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/vars/
H A DMakefile4 # This Makefile was generated by $srcdir/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh.
7 PACKAGE= tests
/freebsd-11-stable/lib/libc/tests/tls/dso/
H A DMakefile3 TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libc/tls/${.CURDIR:T}
14 .include "../../Makefile.netbsd-tests"
/freebsd-11-stable/lib/libthr/tests/dlopen/
H A DMakefile3 TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen
25 .include <netbsd-tests.test.mk>
/freebsd-11-stable/lib/libutil/tests/
H A Dtrimdomain-nodomain_test.c43 int tests = 0; variable
47 * This makes the tests much easier to write and less likely to fail on
68 tests++;
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
H A Dtrimdomain_test.c43 int tests = 0; variable
47 * This makes the tests much easier to write and less likely to fail on
68 tests++;
70 printf("not ok %d - %s\n", tests, test);
73 printf("ok %d - %s\n", tests, test);
/freebsd-11-stable/sbin/mdconfig/
H A DMakefile12 SUBDIR+= tests

Completed in 96 milliseconds

1234567891011>>