about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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) $@)