HomeSort by: relevance | last modified time | path
    Searched refs:TESTS (Results 1 - 8 of 8) 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...]

Completed in 26 milliseconds