about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-26 19:24:21 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-26 19:24:21 -0800
commit53a3d5d6a7f5fcab0f5693fb28725275d5987f3a (patch)
tree8ec4d1f56cdf8b36f1b7657c6fe4c77f381d9158 /t/GNUmakefile
parent0f55590802718f3e59550ca5481895d9c4262f1a (diff)
downloadrainbows-53a3d5d6a7f5fcab0f5693fb28725275d5987f3a.tar.gz
This lets us make further tests for compatibility without
dirtying our working tree.
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 934ce47..0150165 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -18,7 +18,7 @@ else
 endif
 export RUBYLIB RUBY_VERSION
 
-models := ThreadPool ThreadSpawn Rev EventMachine
+models = ThreadPool ThreadSpawn Rev EventMachine
 ifeq ($(RUBY_VERSION),1.9.1) # 1.9.2-preview1 was broken
   models += Revactor
   models += FiberSpawn