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/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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)