Home | History | Annotate | Download | only in make

Lines Matching defs:TESTS

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-meta
62 TESTS+= cleanup
66 TESTS+= debug-refcnt
69 TESTS+= debug-hash
73 TESTS+= debug-meta
79 TESTS+= debug-src
86 TESTS+= maxpathlen
94 TESTS+= path_max
101 TESTS+= opt-3
106 TESTS+= opt-size
109 TESTS+= opt-none
113 TESTS+= no-inline
120 TESTS+= c90-plain
129 TESTS+= c90-stdbool
135 # macro, or at least none that affect the outcome of the tests.
137 TESTS+= no-assert
144 TESTS+= non-native
158 TESTS+= coverage
162 TESTS+= fort
165 # Ensure that the tests can be specified either as relative filenames or
167 TESTS+= abs
173 TESTS+= gcc-warn
203 TESTS+= ${shell:T}
207 TESTS+= ${name}
219 .PHONY: usage list all ${TESTS}
221 all: ${TESTS:${TESTS:@t@${SKIP.$t:Myes:%=N$t}@:ts:}}
225 .for test in ${TESTS}
240 ${TESTS}: run-test
253 @printf '%s%s\n' ${TESTS:O:@t@$t '${SKIP.$t:Myes:%= (skipped)}'@}