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/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 8198388..00c887d 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -26,7 +26,6 @@ models += ThreadSpawn
 models += Rev
 models += EventMachine
 models += NeverBlock
-models += RevThreadSpawn
 
 ifeq ($(RUBY_ENGINE),ruby)
   rp := )
@@ -37,6 +36,7 @@ ifeq ($(RUBY_ENGINE),ruby)
     models += RevFiberSpawn
     models += FiberPool
     models += RevThreadPool
+    models += RevThreadSpawn
   endif
 endif