about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 07:15:40 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-21 07:15:40 +0000
commitc9a573e669e62e824f8e3cf37cd94162cd7a4170 (patch)
tree033708718aedc25ba627b8a90dfef1a8ba73f9a4
parent4a132122eb4f931fa721a4ff5d2204486c0c3579 (diff)
downloadrainbows-c9a573e669e62e824f8e3cf37cd94162cd7a4170.tar.gz
-rw-r--r--t/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 2402257..c7e78bd 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -39,6 +39,10 @@ ifeq ($(RUBY_ENGINE),ruby)
     models += FiberPool
   endif
 endif
+
+ifeq ($(RUBY_ENGINE),rbx)
+  models += ActorSpawn
+endif
 all_models := $(models) Base
 
 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)