Ignore exitcode from testrunner.

This commit is contained in:
Wichert Akkerman 2012-11-21 23:01:40 +01:00
parent 456bbf1d35
commit f9971cfc0f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ main: $(OBJECTS)
$(CXX) -o $@ $^
junit: main
./main -r junit > junit.xml
-./main -r junit > junit.xml
clean:
rm -f $(OBJECTS) main junit.xml