summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/test
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/test
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/test')
-rwxr-xr-xcrawl-ref/source/test/stress/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/test/stress/run b/crawl-ref/source/test/stress/run
index 1fb1ff8191..1b6fa0af70 100755
--- a/crawl-ref/source/test/stress/run
+++ b/crawl-ref/source/test/stress/run
@@ -27,6 +27,9 @@ run_one()
7|kraken)
$CRAWL -arena 'kraken v spectral kraken arena:small_deep_pool delay:0 t:99'
;;
+ test) # Not in "all".
+ $CRAWL -test
+ ;;
*)
echo "No such test."
exit 1