HomeSort by: relevance | last modified time | path
    Searched defs:TESTS (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dotwait.mk 5 TESTS= simple recursive shared cycle
9 # that the tests are run one by one, with parallelism
10 # only within tests.
13 .for t in ${TESTS}
Makefile 3 # Unit tests for make(1)
8 # run all the tests
22 # Each feature should get its own set of tests in its own suitably
24 # and it should be added to the TESTS list.
26 # Any added files must also be added to src/distrib/sets/lists/tests/mi.
36 # for many tests we need a TMPDIR that will not collide
59 # src/tests/usr.bin/make/t_make.sh as well.
60 TESTS+= archive
61 TESTS+= archive-suffix
62 TESTS+= char-005c-reverse-solidu
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c 23 #define TESTS "drm_mm_selftests.h"
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.am 387 TESTS = $(TESTS_TARGETS)
Makefile.in 95 TESTS = $(am__EXEEXT_3)
517 # standard input, print the name of the tests that are to be re-run
598 --color-tests "$$am__color_tests" \
635 # A shell command to get the names of the tests scripts with any registered
638 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
640 # since that might cause problem with VPATH rewrites for suffix-less tests.
662 am__test_logs1 = $(TESTS:=.log)
1798 # expand to empty, as could happen e.g. with make check TESTS=''.
1909 check-TESTS:
2481 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
    [all...]
  /src/usr.bin/make/
test-variants.mk 3 # Build several variants of make and run the tests on them.
16 TESTS+= default
23 TESTS+= sanitize
32 TESTS+= llvm
36 TESTS+= emalloc
41 TESTS+= filemon-dev
45 TESTS+= filemon-ktrace
48 TESTS+= filemon-none
50 # The following tests only fail due to the extra variable in the debug log.
58 TESTS+= no-met
    [all...]

Completed in 126 milliseconds