about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-23 18:58:43 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-23 18:58:43 -0700
commit5eed9d4e3ec219740034ba243eb72d96ff8c82b4 (patch)
treeebeba380ac8cfb87afa94a2393d3185eb96ca2a5 /GNUmakefile
parent86e4849c08da3c5917844ce52782515731ef8df1 (diff)
downloadunicorn-5eed9d4e3ec219740034ba243eb72d96ff8c82b4.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c4df0cc..6beed35 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,7 +17,7 @@ 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 \
-  test/unit/test_signals.rb
+  test/unit/test_signals.rb test/unit/test_upload.rb
 log_suffix = .$(RUBY_VERSION).log
 T_r := $(wildcard test/rails/test*.rb)
 T := $(filter-out $(slow_tests) $(T_r), $(wildcard test/*/test*.rb))