about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-08 07:57:00 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-08 07:57:00 +0000
commit9afe763e3b33cf344908c5831c26f3f925acf368 (patch)
treecfcdf9c5de77059fcea9c4118f2665f40a9b5908 /GNUmakefile
parent8b7b52c08ad5a4822c3ea1550c9fccd838696db2 (diff)
downloadunicorn-9afe763e3b33cf344908c5831c26f3f925acf368.tar.gz
Long overdue
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c37347f..05f139d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,6 +85,11 @@ test-unit: $(wildcard test/unit/test_*.rb)
 $(slow_tests): $(test_prefix)/.stamp
         @$(MAKE) $(shell $(awk_slow) $@)
 
+test-integration: $(test_prefix)/.stamp
+        $(MAKE) -C t
+
+test-all: test test-rails test-integration
+
 TEST_OPTS = -v
 check_test = grep '0 failures, 0 errors' $(t) >/dev/null
 ifndef V