From 3a250fcfb9fcfa0ab3a8105821e670563025faa4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Dec 2010 07:18:49 +0000 Subject: initial cool.io support Cool.io is the new name for Rev. We'll continue to support Rev until Cool.io breaks backwards compatibility. Rev may not be supported if Cool.io is. --- t/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 't/GNUmakefile') 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 -- cgit v1.2.3-24-ge0c7