From eb3daa8cf8d860580db3ca6f22531b051a5d6d76 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 17 Aug 2014 02:33:53 +0000 Subject: dev: remove isolate dependency It seems unnecessary with current versions of RubyGems supporting development dependencies. --- t/GNUmakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 't/GNUmakefile') diff --git a/t/GNUmakefile b/t/GNUmakefile index 8f2668c..5f5d9bc 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -17,11 +17,7 @@ endif RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))') export RUBY_ENGINE -isolate_libs := ../tmp/isolate/$(RUBY_ENGINE)-$(RUBY_VERSION).mk -$(isolate_libs): ../script/isolate_for_tests - @cd .. && $(RUBY) script/isolate_for_tests --include $(isolate_libs) -MYLIBS := $(RUBYLIB):$(ISOLATE_LIBS) +MYLIBS := $(RUBYLIB) T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh) -- cgit v1.2.3-24-ge0c7