Lines Matching refs:all
145 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
302 all: all-recursive
559 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
568 all=`expr $$all + 1`; \
580 all=`expr $$all + 1`; \
596 if test "$$all" -eq 1; then \
605 banner="$$All$$all $$tests passed"; \
608 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
612 banner="$$failed of $$all $$tests failed"; \
615 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
687 check-am: all-am
690 all-am: Makefile $(PROGRAMS)
698 install-am: all-am
781 all all-am check check-TESTS check-am clean clean-generic \