From e86706ab91e3d44297f03d1d9428968e237a1d2a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Jun 2010 19:21:17 +0000 Subject: [PATCH] GNUmakefile: allow passing options to test/unit --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT