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:
parent
668f2b4a85
commit
c73acc44a7
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue