From 28194bd423ee559a2693459fcceb24ea1200863b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 9 Jan 2017 18:20:33 +0000 Subject: tests: re-enable EventMachine tests, again Based on activity in , EventMachine seems to be maintained, again, so resume testing our integration tests. --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/GNUmakefile b/t/GNUmakefile index 97b1985..9ead6ee 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -41,6 +41,7 @@ ifeq ($(RUBY_ENGINE),ruby) endif models += FiberSpawn models += FiberPool + models += EventMachine RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts(RUBY_VERSION.to_f <= 2.1)') ifeq ($(RUBY_LE_2_1), true) @@ -48,7 +49,6 @@ ifeq ($(RUBY_ENGINE),ruby) models += CoolioThreadPool models += CoolioThreadSpawn models += CoolioFiberSpawn - models += EventMachine models += NeverBlock endif endif -- cgit v1.2.3-24-ge0c7