summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index 1a101d0349..b7566e168f 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1735,3 +1735,15 @@ mac-app-tiles: all
mac-app-console: all
+$(MAKE) -j1 -C mac -f Makefile.app-bundle
+
+#############################################################################
+# Canned tests
+#
+
+tests: $(foreach i, 1 2 3 4 5 6 7, test-$(i))
+
+test-%: $(GAME) util/fake_pty
+ util/fake_pty test/stress/run $*
+
+util/fake_pty: util/fake_pty.c
+ $(if $(HOSTCC),$(HOSTCC),$(CC)) -Wall $< -o $@ -lutil