aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-10-13 08:40:24 +0200
committerDavid Robillard <d@drobilla.net>2018-10-13 08:40:24 +0200
commit7730f31811cac8a3e46ce36f94778a52dce48b33 (patch)
tree96935aa1de2f86ed08a3aa414424332391ba0546 /Makefile
parent9aac01ed5caf4431d85ac9316ece427b88d127dd (diff)
downloadchilbert-7730f31811cac8a3e46ce36f94778a52dce48b33.tar.gz
chilbert-7730f31811cac8a3e46ce36f94778a52dce48b33.tar.bz2
chilbert-7730f31811cac8a3e46ce36f94778a52dce48b33.zip
Fix test dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed93b0a..3a8b625 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ FORCE:
clean:
rm -f $(PROGS) $(TESTS) $(BENCHMARKS)
-%.run:
+%.run: %
$*
test: tests $(addsuffix .run, $(TESTS)) FORCE