about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-27 00:25:09 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-27 00:25:09 -0800
commit399dc41b753d2bbc74e099ef0d33afbcddf82b99 (patch)
treec44f8fde25e1688ac2a62edc3c493d1cf2423faa /t
parent23921538a108ab7aeb5b2654b58101e15259238f (diff)
downloadrainbows-399dc41b753d2bbc74e099ef0d33afbcddf82b99.tar.gz
The test itself already exits immediately if it's
running an incompatible concurrency model, so avoid
having redundant logic in the GNUmakefile.
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index f03980a..0b56503 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -43,12 +43,6 @@ 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
-ifeq ($(ONENINE),true)
-t9000-rack-app-pool.sh: MODELS += Revactor FiberPool FiberSpawn
-endif
-
 # recursively run per-model tests
 # haven't figured out a good way to make make non-recursive here, yet...
 $(T):