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/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 00c887d..0084f3d 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -24,6 +24,7 @@ models += WriterThreadSpawn
 models += ThreadPool
 models += ThreadSpawn
 models += Rev
+models += Coolio
 models += EventMachine
 models += NeverBlock
 
@@ -33,10 +34,13 @@ ifeq ($(RUBY_ENGINE),ruby)
   ifeq ($(ONENINE),true)
     models += Revactor
     models += FiberSpawn
-    models += RevFiberSpawn
     models += FiberPool
     models += RevThreadPool
     models += RevThreadSpawn
+    models += RevFiberSpawn
+    models += CoolioThreadPool
+    models += CoolioThreadSpawn
+    models += CoolioFiberSpawn
   endif
 endif