about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index ec04607..1008f86 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -28,6 +28,7 @@ ONENINE := $(shell case $(RUBY_VERSION) in 1.9.*$(rp) echo true;;esac)
 ifeq ($(ONENINE),true)
   models += Revactor
   models += FiberSpawn
+  models += RevFiberSpawn
   models += FiberPool
 
   # technically this works under 1.8, but wait until rev 0.3.2