Show the number of passed tests in "make check"

This is especially useful when some tests are disabled by using
FAILING_XXX_TESTS variables.
This commit is contained in:
Vadim Zeitlin 2016-04-18 20:48:17 +02:00
commit c73acc44a7

View file

@ -705,6 +705,7 @@ all: $(NOT_BROKEN_TEST_CASES) $(BROKEN_TEST_CASES)
broken: $(BROKEN_TEST_CASES)
check: $(NOT_BROKEN_TEST_CASES)
@echo $(words $^) $(LANGUAGE) tests passed
check-c: $(C_TEST_CASES:=.ctest)