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

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/
H A DMakefile.am3 SUBDIRS = include src tests
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/
H A Ddg.exp31 # Gather a list of all tests, with the exception of those in directories
33 set tests [lsort [find $srcdir/$subdir *.C]]
34 set tests [prune $tests $srcdir/$subdir/bprob/*]
35 set tests [prune $tests $srcdir/$subdir/charset/*]
36 set tests [prune $tests $srcdir/$subdir/compat/*]
37 set tests [prune $tests
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/
H A Ddg.exp31 # Gather a list of all tests, with the exception of those in directories
33 set tests [lsort [find $srcdir/$subdir *.C]]
34 set tests [prune $tests $srcdir/$subdir/bprob/*]
35 set tests [prune $tests $srcdir/$subdir/charset/*]
36 set tests [prune $tests $srcdir/$subdir/compat/*]
37 set tests [prune $tests
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/
H A DNTMakefile32 RELDIR=tests
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/can/
H A DNTMakefile32 RELDIR=tests\can
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/db/
H A DNTMakefile32 RELDIR=tests\db
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/gss/
H A DNTMakefile32 RELDIR=tests\gss
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/java/
H A DNTMakefile32 RELDIR=tests\java
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/kdc/
H A DNTMakefile32 RELDIR=tests\kdc
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/ldap/
H A DNTMakefile32 RELDIR=tests\ldap
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/plugin/
H A DNTMakefile32 RELDIR=tests\plugin
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dassign.d2 #name : assignment tests
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Drequirements.hpp33 #include "atf-c++/tests.hpp"
38 std::string check_requirements(const atf::tests::vars_map&,
39 const atf::tests::vars_map&);
40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
41 const atf::tests::vars_map&);
H A Dconfig.hpp33 #include "atf-c++/tests.hpp"
56 atf::tests::vars_map merge_configs(const atf::tests::vars_map&,
57 const atf::tests::vars_map&);
58 atf::tests::vars_map read_config_files(const std::string&);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Drequirements.hpp33 #include "atf-c++/tests.hpp"
38 std::string check_requirements(const atf::tests::vars_map&,
39 const atf::tests::vars_map&);
40 std::pair< int, int > get_required_user(const atf::tests::vars_map&,
41 const atf::tests::vars_map&);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dparse_time-test.c47 } tests[] = { variable in typeref:struct:testcase
64 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
67 sz = unparse_time(tests[i].val, NULL, 0);
68 if (sz != tests[i].size)
69 errx(1, "sz (%lu) != tests[%d].size (%lu)",
70 (unsigned long)sz, i, (unsigned long)tests[i].size);
72 for (buf_sz = 0; buf_sz < tests[i].size + 2; buf_sz++) {
76 sz = unparse_time(tests[i].val, buf, buf_sz);
77 if (sz != tests[
[all...]
H A Dparse_bytes-test.c46 } tests[] = { variable in typeref:struct:testcase
65 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
67 int val = parse_bytes (tests[i].str, tests[i].def_unit);
70 if (val != tests[i].val) {
72 tests[i].str,
73 tests[i].def_unit ? tests[i].def_unit : "none",
74 val, tests[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/autoconf-lib-link/
H A DMakefile.am25 SUBDIRS = m4 tests
39 # The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
42 # SRCDIR/tests/rpath*/,
44 # relative to BUILDDIR/tests/tstdir/rp-*/.
83 CONFIGURES_RPATHX = $(srcdir)/tests/rpathx/Makefile.in $(srcdir)/tests/rpathx/aclocal.m4 $(srcdir)/tests/rpathx/configure
84 $(srcdir)/tests/rpathx/Makefile.in: $(srcdir)/tests/rpathx/Makefile.am $(srcdir)/tests/rpath
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dclztest.exp38 global tests
39 set tests(_) -
40 unset tests(_)
43 global tests
45 lappend tests($line) [list $var $value 0]
49 global tests
51 lappend tests($line) [list $var $value 1]
73 foreach line [lsort [array names tests]] {
78 foreach testvec $tests($line) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Ddg.exp30 # Gather a list of all tests.
31 set tests [lsort [find $srcdir/$subdir *.mm]]
34 dg-runtest $tests "-fgnu-runtime" $DEFAULT_OBJCXXFLAGS
38 dg-runtest $tests "-fnext-runtime" $DEFAULT_OBJCXXFLAGS
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dmain1.s1 % For tests regarding the Main symbol and mmo. Most tests use start.s as
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A DMakefile.am21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
22 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
33 $(top_builddir)/tests/libtests.la:
34 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/misc/
H A DMakefile.am21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
22 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
27 # Temporary files used by the tests. Removed automatically if the tests
32 $(top_builddir)/tests/libtests.la:
33 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpbsd/
H A DMakefile.am21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
22 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libmp.la
34 $(top_builddir)/tests/libtests.la:
35 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/net/
H A Dtestsuite.h27 static test_t tests[] = { variable

Completed in 269 milliseconds

1234567891011>>