aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 437ca31..ee64ced 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ test/%: test/%.cpp $(HEADERS)
FORCE:
-test/%.test: $(TESTS) FORCE
- @test/$*
+test/%.run: $(TESTS) FORCE
+ test/$*
-test: $(addsuffix .test, $(TESTS))
+test: $(addsuffix .run, $(TESTS))