aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2015-05-18 16:41:06 +0100
committerSimon Tatham <anakin@pobox.com>2015-05-18 16:41:06 +0100
commit80c1a6932939be245ed8f88cf34dc7487b6788f0 (patch)
tree6507b70c0c29dc92baac0ea2832bfc17298e4d54
parentfb0ff8c33857e31d93dc36e1b4b2ed28837e5e44 (diff)
downloadpuzzles-80c1a6932939be245ed8f88cf34dc7487b6788f0.zip
puzzles-80c1a6932939be245ed8f88cf34dc7487b6788f0.tar.gz
puzzles-80c1a6932939be245ed8f88cf34dc7487b6788f0.tar.bz2
puzzles-80c1a6932939be245ed8f88cf34dc7487b6788f0.tar.xz
Add the 'make test' target to Makefile.am too.
Now I don't have to annoyingly switch over to the GTK makefile.
-rw-r--r--Recipe9
1 files changed, 9 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index 4515ab9..ba8317f 100644
--- a/Recipe
+++ b/Recipe
@@ -146,3 +146,12 @@ benchmark.txt: benchmark.sh $(GAMES)
./benchmark.sh > $@
!end
+!begin am
+test: benchmark.html benchmark.txt
+
+benchmark.html: benchmark.txt benchmark.pl
+ ./benchmark.pl benchmark.txt > $@
+
+benchmark.txt: benchmark.sh $(GAMES)
+ ./benchmark.sh > $@
+!end