about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-06 19:21:17 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-06 19:21:17 +0000
commite86706ab91e3d44297f03d1d9428968e237a1d2a (patch)
treeb1c4e28e9fc55a6103a7ff3ffe3a14c19989d374
parenta301f99563deeb03c93d275330e20ff672519680 (diff)
downloadruby_io_splice-e86706ab91e3d44297f03d1d9428968e237a1d2a.tar.gz
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4de3dab..fcd78f9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -191,7 +191,7 @@ test: test-unit
 
 test_unit := $(wildcard test/test_*.rb)
 $(test_unit): build
-        $(RUBY) -I lib:ext/io_splice $@
+        $(RUBY) -I lib:ext/io_splice $@ $(TEST_UNIT_OPTS)
 test-unit: $(test_unit)
 
 .PHONY: .FORCE-GIT-VERSION-FILE doc manifest man test $(test_unit)