ref: 80c1a6932939be245ed8f88cf34dc7487b6788f0
parent: fb0ff8c33857e31d93dc36e1b4b2ed28837e5e44
author: Simon Tatham <anakin@pobox.com>
date: Mon May 18 12:41:06 EDT 2015
Add the 'make test' target to Makefile.am too. Now I don't have to annoyingly switch over to the GTK makefile.
--- a/Recipe
+++ b/Recipe
@@ -146,3 +146,12 @@
./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