diff --git a/projects/SelfTest/Makefile b/projects/SelfTest/Makefile index 7acfc447..1ce5ca41 100644 --- a/projects/SelfTest/Makefile +++ b/projects/SelfTest/Makefile @@ -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