From c9a573e669e62e824f8e3cf37cd94162cd7a4170 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Jun 2010 07:15:40 +0000 Subject: tests: enable ActorSpawn test for rbx --- t/GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3-24-ge0c7