diff options
Diffstat (limited to '')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 91b351e8..693872fd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -54,7 +54,7 @@ $(TARGET): $(objects) $(deps) $(CXX) $(CXXFLAGS) -MM -c $< -MF $@ ############################################################################## -# build and execute tests with code coverage and build nice html pages +# build and execute tests with code coverage and build nice html pages test-with-coverage: $(COVERAGE-DIR)/html/index.html @test ! -e .error |