Searched refs:tests (Results 1 - 25 of 1600) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/netpgp/dist/
H A DMakefile.am3 SUBDIRS = include src tests
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/
H A DNTMakefile32 RELDIR=tests
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/can/
H A DNTMakefile32 RELDIR=tests\can
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A DNTMakefile32 RELDIR=tests\db
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/gss/
H A DNTMakefile32 RELDIR=tests\gss
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/java/
H A DNTMakefile32 RELDIR=tests\java
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/kdc/
H A DNTMakefile32 RELDIR=tests\kdc
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/ldap/
H A DNTMakefile32 RELDIR=tests\ldap
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/plugin/
H A DNTMakefile32 RELDIR=tests\plugin
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D01-test_abort.t14 plan tests => 1;
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D01-test_abort.t14 plan tests => 1;
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dregex_test.c38 #include <tests/isc.h>
51 } tests[] = { local
2297 for (i = 0; i < sizeof(tests) / sizeof(*tests); i++) {
2301 r = regcomp(&preg, tests[i].expression, REG_EXTENDED);
2302 if (((r != 0 && tests[i].expect != -1) ||
2303 (r == 0 && tests[i].expect == -1)) &&
2304 !tests[i].exception)
2307 preg.re_nsub != (unsigned int)tests[i].expect &&
2308 !tests[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/
H A D__init__.py8 import tests.unit namespace
9 import tests.functional.cases namespace
15 suite.addTests(loader.loadTestsFromModule(tests.unit))
16 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-ifnmake.exp1 Don't forget to run the tests (1)
2 Running the tests
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/
H A DRules.mk7 CLEAN += clients servers tests/progs tests/schema tests/testdata tests/testrun
9 test: all clients servers tests/progs
12 cd tests; \
17 $(abspath $(SRCDIR))/tests/run all
19 servers clients tests/progs:
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/
H A DRules.mk7 CLEAN += clients servers tests/progs tests/schema tests/testdata tests/testrun
9 test: all clients servers tests/progs
12 cd tests; \
17 $(abspath $(SRCDIR))/tests/run all
19 servers clients tests/progs:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
H A Dinit_fini.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
H A Dtypeinfo.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dhash.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Daa.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.gc/
H A Dgc.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dinit_fini.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.lifetime/
H A Dlifetime.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dhash.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "" $DEFAULT_DFLAGS
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dbetterc.exp20 # Gather a list of all tests.
21 set tests [lsort [find $srcdir/$subdir *.d]]
24 dg-runtest $tests "-fno-druntime" $DEFAULT_DFLAGS

Completed in 363 milliseconds

1234567891011>>