From 0a53bd1512115c55cae028cafe234550af1e17ba Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Apr 2009 11:14:43 -0700 Subject: GNUmakefile: mark test_signals as a slow test It's fast under 1.8, but 1.9 performance is really terrible, so run the tests in parallel. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3d3bde9..7b871d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,8 @@ endif awk_slow := awk '/def test_/{print FILENAME"--"$$2".n"}' 2>/dev/null rails_vers := $(subst test/rails/app-,,$(wildcard test/rails/app-*)) -slow_tests := test/unit/test_server.rb test/exec/test_exec.rb +slow_tests := test/unit/test_server.rb test/exec/test_exec.rb \ + test/unit/test_signals.rb log_suffix = .$(RUBY_VERSION).log T_r := $(wildcard test/rails/test*.rb) T := $(filter-out $(slow_tests) $(T_r), $(wildcard test/*/test*.rb)) -- cgit v1.2.3-24-ge0c7