| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | Makefile | 24 # and it should be added to the TESTS list. 60 TESTS+= archive 61 TESTS+= archive-suffix 62 TESTS+= cmd-errors 63 TESTS+= cmd-errors-jobs 64 TESTS+= cmd-errors-lint 65 TESTS+= cmd-interrupt 66 TESTS+= cmdline 67 TESTS+= cmdline-redirect-stdin 68 TESTS 462 TESTS:= ${TESTS:${BROKEN_TESTS:S,^,N,:ts:}} global() macro [all...] |
| H A D | var-recursive.mk | |
| H A D | dotwait.mk | 5 TESTS= simple recursive shared cycle 13 .for t in ${TESTS}
|
| /netbsd-src/usr.bin/make/ |
| H A D | test-variants.mk | 16 TESTS+= default 23 TESTS+= sanitize 32 TESTS+= llvm 36 TESTS+= emalloc 41 TESTS+= filemon-dev 45 TESTS+= filemon-ktrace 48 TESTS+= filemon-none 58 TESTS+= no-meta 62 TESTS+= cleanup 66 TESTS+= debug-refcnt [all …]
|
| /netbsd-src/tests/usr.bin/xlint/lint2/ |
| H A D | Makefile | 13 TESTS+= emit 14 TESTS+= emit_lp64 18 TESTS+= msg_${msg} 20 TESTS+= output_sorted 21 TESTS+= read 22 TESTS+= read_lp64 23 TESTS+= read_printf 25 FILES+= ${TESTS:=.ln} 26 FILES+= ${TESTS:Nemit*:=.exp} 27 FILES+= ${TESTS:Memit*:=.exp-ln}
|
| /netbsd-src/external/bsd/openpam/dist/t/ |
| H A D | Makefile.am | 10 TESTS = macro 11 TESTS += t_openpam_ctype 12 TESTS += t_openpam_dispatch 13 TESTS += t_openpam_readword 14 TESTS += t_openpam_readlinev 15 TESTS += t_openpam_straddch 16 TESTS += t_openpam_subst 17 TESTS += t_pam_env 18 check_PROGRAMS = $(TESTS)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | README.md | 41 the make variable TESTS to specify them, like this: 43 $ make TESTS='test_rsa test_dsa' test # Unix 44 $ mms/macro="TESTS=test_rsa test_dsa" test ! OpenVMS 45 $ nmake TESTS="test_rsa test_dsa" test # Windows 49 $ make test TESTS='test_rsa test_dsa' VF=1 50 $ make test TESTS="test_cmp_*" VFP=1 64 For more details on how the `make` variables `TESTS` can be used, 70 The `make` variable `TESTS` supports a versatile set of space separated tokens 82 this token equivalent to TESTS="alltests -xxx". 91 TESTS="alltests -xxx". [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | check_reparse_test_templ.c | 8 #undef TESTS 9 #define TESTS CAT(reparse_,CAT(BASE,_tests)) macro 16 static isl_stat FN(check,TESTS)(isl_ctx *ctx) in FN() argument 20 for (i = 0; i < ARRAY_SIZE(TESTS); ++i) { in FN() 23 obj = FN(TYPE,read_from_str)(ctx, TESTS[i]); in FN()
|
| H A D | check_parse_fail_test_templ.c | 17 #undef TESTS 18 #define TESTS CAT(parse_,CAT(BASE,_fail_tests)) macro 23 static isl_stat FN(check,TESTS)(isl_ctx *ctx) in FN() argument 30 n = ARRAY_SIZE(TESTS); in FN() 34 obj = FN(TYPE,read_from_str)(ctx, TESTS[i]); in FN()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | ChangeLog | 21 * Makefile.am (TESTS): Add them. 31 * Makefile.am (TESTS): Add it. 43 * Makefile.am (TESTS): Add it. 52 * Makefile.am (TESTS): Add it. 60 * Makefile.am (TESTS): Add msgmerge-compendium-6. 74 * Makefile.am (TESTS): Really add msgfmt-qt-2. 127 * Makefile.am (TESTS): Add it. 216 * Makefile.am (TESTS): Add it. 227 * Makefile.am (TESTS): Add it. 241 * Makefile.am (TESTS): Add them. [all …]
|
| H A D | ChangeLog.0 | 7 * Makefile.am (TESTS): Add them. 12 * Makefile.am (TESTS): Add it. 54 * Makefile.am (TESTS): Add them. 83 * Makefile.am (TESTS): Add it. 90 * Makefile.am (TESTS): Add them. 132 * Makefile.am (TESTS): Add msgfmt-12, xgettext-22, format-c-3, 148 * Makefile.am (TESTS): Add it. 157 * Makefile.am (TESTS): Add rpath-3a[ab][abcdfh] and 201 * Makefile.am (TESTS): Add them. 219 * Makefile.am (TESTS): Add them. [all …]
|
| /netbsd-src/external/bsd/tradcpp/dist/tests/ |
| H A D | Makefile | 4 TESTS=\ macro 11 .for T in $(TESTS) 23 .for T in $(TESTS) 28 .for T in $(TESTS) 33 .for T in $(TESTS)
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | Makefile.tests | 41 TESTS = $(LIB_TESTS) $(LIBTREE_TESTS) $(DL_LIB_TESTS) 46 TESTS_TARGETS = $(TESTS) $(TESTS_TREES) 48 TESTS_DEPFILES = $(TESTS:%=%.d) \ 54 TESTS_CLEANFILES = $(TESTS) $(TESTS_CLEANFILES_L:%=$(TESTS_PREFIX)%) 59 tests: $(TESTS) $(TESTS_TREES)
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| H A D | ChangeLog-2021 | 35 * Makefile.in (TESTS): Update. 51 * Makefile.in (TESTS): Update. 72 * Makefile.in (TESTS): Add t-sadd. 84 * Makefile.in (TESTS): Add t-rdt and t-dbt. 90 * Makefile.in (TESTS): Update. 112 * Makefile.in (TESTS): Update. 119 * Makefile.in (TESTS): Update. 127 * Makefile.in (TESTS): Update.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | Makefile.am | 91 TESTS = macro 221 TESTS += allocfail.sh 232 TESTS += b2test_buildid 242 TESTS += b3test_dwz_buildid 281 TESTS += btest_dwz 285 TESTS += btest_dwz_gnudebuglink
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | Makefile.am | 92 TESTS = macro 238 TESTS += allocfail.sh 253 TESTS += b2test_buildid 263 TESTS += b3test_dwz_buildid 314 TESTS += btest_dwz 318 TESTS += btest_dwz_gnudebuglink
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/ |
| H A D | Makefile.am | 7 check_SCRIPTS = $(TESTS) slapd-init 9 TESTS = check-ldap macro 35 $(TESTS) \
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/selftests/ |
| H A D | drm_selftest.c | 33 #include TESTS 43 #include TESTS 52 #include TESTS
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/test/ |
| H A D | Makefile | 29 @echo "* ATF TESTS: *" 37 @echo "* VALGRIND TESTS: *"
|
| /netbsd-src/external/bsd/iscsi/dist/doc/ |
| H A D | PERFORMANCE | 10 ##BEGIN DEVICE-SPECIFIC TESTS[0:0]## 29 ##END DEVICE-SPECIFIC TESTS[0:0]## 45 ##BEGIN DEVICE-SPECIFIC TESTS[0:0]## 64 ##END DEVICE-SPECIFIC TESTS[0:0]##
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | Makefile.am | 33 TESTS = test-names.sh macro 41 EXTRA_DIST += $(TESTS) UnicodeDataNames.txt
|
| /netbsd-src/external/mit/libcbor/dist/test/ |
| H A D | CMakeLists.txt | 1 file(GLOB TESTS "*_test.c") 5 foreach (TEST ${TESTS})
|
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | test_driver.pl | 147 if (@TESTS) 150 foreach $test (@TESTS) 182 push (@TESTS, "$dir/$test"); 187 if (@TESTS == 0) 349 push(@TESTS,$option); 410 foreach $testname (sort @TESTS)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/java/ |
| H A D | Makefile.am | 11 TESTS = $(SCRIPT_TESTS) macro 32 $(TESTS) \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/plugin/ |
| H A D | Makefile.am | 8 TESTS = $(SCRIPT_TESTS) macro 35 $(TESTS) \
|