From fa93a16ede574df6159497a526153a9978b66dd1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 25 Oct 2009 16:34:33 -0700 Subject: eventmachine: get basic tests working log reopens, graceful shutdown, HTTP error responses should all be working now. --- t/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/GNUmakefile') diff --git a/t/GNUmakefile b/t/GNUmakefile index 465a68b..4fcbc81 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -17,7 +17,7 @@ endif export RUBYLIB RUBY_VERSION models := ThreadPool ThreadSpawn Revactor Rev -all_models := $(models) Base +all_models := $(models) Base EventMachine T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) @@ -26,6 +26,9 @@ $(T): MODELS = $(models) # some tests can be run with all models t0000-simple-http.sh: MODELS = $(all_models) +t0002-graceful.sh: MODELS = $(all_models) +t0002-parser-error.sh: MODELS = $(all_models) +t0003-reopen-logs.sh: MODELS = $(all_models) # this test is not compatible with non-Thread models yet t9000-rack-app-pool.sh: MODELS = ThreadPool ThreadSpawn -- cgit v1.2.3-24-ge0c7