git.fiddlerwoaroof.com
Browse code

actualy run the tests

Greg Wiley authored on 03/05/2017 17:44:10
Showing 1 changed files
... ...
@@ -49,7 +49,8 @@ distclean: clean
49 49
 %_test.out: %_test.o $(OBJS)
50 50
 	$(CXX) $(CXXFLAGS) $(CPPFLAGS)  -o $@ $^
51 51
 
52
-$(TESTRUNS): $(TESTS)
52
+RUN_%: %.out
53
+	@echo running $<
53 54
 	@./$<
54 55
 
55 56
 .PHONY: test