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, 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)