summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-09-17 17:49:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-09-17 18:36:06 +0200
commit3d36f90cf0669ce9e01f33f44e16dd69b2f45dbf (patch)
treea6fa731704869e69d5dc5adc044b4d6f97a485fe /crawl-ref/source/Makefile
parent63922d78637766580b8fb38e19139c627b01dc55 (diff)
downloadcrawl-ref-3d36f90cf0669ce9e01f33f44e16dd69b2f45dbf.tar.gz
crawl-ref-3d36f90cf0669ce9e01f33f44e16dd69b2f45dbf.zip
Steal the target "make test", make it ./crawl --test and do canned ones.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index b7566e168f..17f0848cc0 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1080,9 +1080,6 @@ greet:
docs: $(GENERATED_DOCS)
-test:
- ./$(GAME) -test > /dev/null
-
# Webtiles data
.PHONY: webserver clean-webserver
@@ -1740,7 +1737,7 @@ mac-app-console: all
# Canned tests
#
-tests: $(foreach i, 1 2 3 4 5 6 7, test-$(i))
+test: $(foreach i, test 1 2 3 4 5 6 7, test-$(i))
test-%: $(GAME) util/fake_pty
util/fake_pty test/stress/run $*