mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
Remove execute results
This commit is contained in:
parent
f9971cfc0f
commit
22b5a157b0
@ -9,10 +9,7 @@ CXXFLAGS = -I../../include
|
||||
main: $(OBJECTS)
|
||||
$(CXX) -o $@ $^
|
||||
|
||||
junit: main
|
||||
-./main -r junit > junit.xml
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) main junit.xml
|
||||
rm -f $(OBJECTS) main
|
||||
|
||||
.PHONY: main junit
|
||||
.PHONY: main clean
|
||||
|
Loading…
Reference in New Issue
Block a user