coveralls with lcov

This commit is contained in:
Niels 2016-08-10 20:56:26 +02:00
parent ce30526ee8
commit d02e67d4a9
3 changed files with 85 additions and 63 deletions

View file

@ -51,4 +51,4 @@ json_unit: $(OBJECTS) ../src/json.hpp src/catch.hpp
@$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@
clean:
rm -fr json_unit $(OBJECTS)
rm -fr json_unit $(OBJECTS) $(SOURCES:.cpp=.gcno) $(SOURCES:.cpp=.gcda)