about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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: