From c52c26c126f5c7d3871257fa41651fc91ccfd20e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Oct 2009 22:50:59 -0700 Subject: eventmachine 0.12.8 passes all tests This means Rainbows::DevFdBody async responses and large file streaming without slurping. This is only with eventmachine 0.12.8, it looks like 0.12.10 changes the attach/watch API... --- t/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/GNUmakefile') diff --git a/t/GNUmakefile b/t/GNUmakefile index 4fcbc81..4cfcfbf 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -16,8 +16,8 @@ else endif export RUBYLIB RUBY_VERSION -models := ThreadPool ThreadSpawn Revactor Rev -all_models := $(models) Base EventMachine +models := ThreadPool ThreadSpawn Revactor Rev EventMachine +all_models := $(models) Base T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) -- cgit v1.2.3-24-ge0c7