From 8f174df6394d562bcc8542ebcd2a9e45c9a927ff Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Mar 2009 01:48:28 -0700 Subject: GNUmakefile: add test-exec and test-unit targets This makes it easy to run unit or exec tests independently of the other. Removed the unused slow-tests targets. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 63a5bd0..ef58123 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -57,7 +57,8 @@ test: $(T) $(T_n) @cat $(t_log) | $(ruby) test/aggregate.rb @$(RM) $(t_log) -slow-tests: $(slow_tests) +test-exec: $(wildcard test/exec/test_*.rb) +test-unit: $(wildcard test/unit/test_*.rb) $(slow_tests): @$(MAKE) $(shell $(awk_slow) $@) -- cgit v1.2.3-24-ge0c7