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

  /src/usr.bin/make/unit-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...]
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}
  /src/tests/usr.bin/xlint/lint2/
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
    [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...]
Makefile 27 # Whether to generate a coverage report after running the tests.
85 SUBDIR+= unit-tests
113 cd ${.CURDIR}/unit-tests \
114 && MAKEFLAGS= ${TEST_MAKE} -r -m / TEST_MAKE=${TEST_MAKE} ${TESTS:DTESTS=${TESTS:Q}} ${.TARGET}
120 cd ${.CURDIR}/unit-tests && ${.MAKE} ${.TARGET}
123 ${.MAKE} -C ${.CURDIR}/unit-tests cleandir
  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_selftest.c 33 #include TESTS
43 #include TESTS
47 /* Embed the line number into the parameter name so that we can order tests */
52 #include TESTS
75 /* Tests are listed in natural order in drm_*_selftests.h */
test-drm_mm.c 23 #define TESTS "drm_mm_selftests.h"
  /src/sys/arch/m68k/060sp/dist/
test.doc 38 68060 SOFTWARE PACKAGE (Kernel version) SIMPLE TESTS
41 The files itest.sa and ftest.sa contain simple tests to check
47 hexadecimal images of the actual tests. This format is the
94 are individual tests, they each require their own "Call-out" sections.
157 3 different calls to the package if each of the three following tests
160 main fp test: tests (1) unimp effective address exception
164 FP unimplemented: tests FP unimplemented exception. this one is
165 separate from the previous tests for systems that don't
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
180 Again, itest.sa and ftest.sa are simple tests and do not thoroughl
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
ax_valgrind_check.m4 26 # If unit tests are written using a shell script and automake's
85 [AS_HELP_STRING([--enable-valgrind], [Whether to enable Valgrind on the unit tests (requires GNU make)])],
110 [AS_HELP_STRING([--enable-valgrind-]vgtool, [Whether to use ]vgtool[ during the Valgrind tests])],dnl
111 [AS_HELP_STRING([--disable-valgrind-]vgtool, [Whether to skip ]vgtool[ during the Valgrind tests])]),
210 $$(valgrind_v_use)$$(MAKE) check-TESTS \
  /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...]

Completed in 18 milliseconds