about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index da4dfd2..193adc0 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -19,9 +19,11 @@ endif
 export RUBYLIB RUBY_VERSION
 
 models := ThreadPool ThreadSpawn Rev EventMachine
-models += RevThreadSpawn
 ifeq ($(RUBY_VERSION),1.9.1) # 1.9.2-preview1 was broken
   models += Revactor
+
+  # technically this works under 1.8, too, it's just slow
+  models += RevThreadSpawn
 endif
 all_models := $(models) Base