From 9afe763e3b33cf344908c5831c26f3f925acf368 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Jun 2010 07:57:00 +0000 Subject: GNUmakefile: add test-all and test-integration targets Long overdue --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-24-ge0c7