Home | History | Annotate | Download | only in test

Lines Matching refs:check

38 check check-recursive check-local xcheck xcheck-recursive xcheck-local	\
39 check-exhaustive check-exhaustive-recursive
59 check: everything check-recursive check-local
60 check-recursive: all-recursive
64 check-exhaustive: everything check-exhaustive-recursive check-local
84 xcheck-recursive check-recursive check-exhaustive-recursive:
118 # pcheck = parallel check. We don't care about the output interleaving,
120 # todo would be to merge this code into the above non-parallel check.
131 -@$(MAKE) -C $* TEST_STATUS_FILE=$@ check || ( echo "FAILED: $* (other tests may still be running..)" ; touch $@ ; cp $@ $@.FAIL ; false )
163 echo "(to get non-interleaved err output, use \"$(MAKE) check\" instead.)" ; \
183 xcheck-local check-local: all-local