Add the 'make test' target to Makefile.am too.

Now I don't have to annoyingly switch over to the GTK makefile.
This commit is contained in:
Simon Tatham
2015-05-18 16:41:06 +01:00
parent fb0ff8c338
commit 80c1a69329

9
Recipe
View File

@ -146,3 +146,12 @@ benchmark.txt: benchmark.sh $(GAMES)
./benchmark.sh > $@ ./benchmark.sh > $@
!end !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