about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-07 20:15:03 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-08 00:34:35 -0800
commitb4f1271320d38e83141dbb38463c3a368661aef7 (patch)
treebc0514443ebc62d2f24b2c690e3499c5a6dd9cb2 /t/GNUmakefile
parent026219a98c0ecf919c3ecce32ba389254a571795 (diff)
downloadrainbows-b4f1271320d38e83141dbb38463c3a368661aef7.tar.gz
Seems to pass all tests, but that may only mean our
test cases are lacking...
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 8c8ed84..da4dfd2 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -19,6 +19,7 @@ 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
 endif