about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-01 09:24:07 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-01 09:24:07 +0000
commitb0497eea3d49102bbdf3d7c2e9cc20518e73374f (patch)
tree0350548f4988f2154768aef19eda7f2a16455bfe
parent48f6337c6ecc4f0069f147d6bbaafed969e1d19a (diff)
downloadrainbows-b0497eea3d49102bbdf3d7c2e9cc20518e73374f.tar.gz
We may want to try some external libraries for some tests
via RUBYLIB/RUBYOPT while doing development.
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 1172c67..8198388 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -118,7 +118,7 @@ $(MODEL_T): script = $(subst $(model).,,$@)
 $(MODEL_T): export RUBY := $(RUBY)
 $(MODEL_T): export PATH := $(bindir):$(PATH)
 $(MODEL_T): $(t_deps)
-        RUBYLIB=$(rainbows_lib):$$(cat $(libs)) \
+        RUBYLIB=$(rainbows_lib):$$(cat $(libs)):$(RUBYLIB) \
            $(TRACER) $(SHELL) $(SH_TEST_OPTS) $(script) $(TEST_OPTS)
 
 trash/.gitignore: