From: Simon Tatham Date: Mon, 18 May 2015 15:41:06 +0000 (+0100) Subject: Add the 'make test' target to Makefile.am too. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=80c1a6932939be245ed8f88cf34dc7487b6788f0;p=sgt-puzzles.git Add the 'make test' target to Makefile.am too. Now I don't have to annoyingly switch over to the GTK makefile. --- 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