From 136f46adb568b964f61ecdafcd28936c44680b78 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Sep 2013 21:24:18 +0000 Subject: GNUmakefile: enable warnings by default for tests This is a new code base and we should avoid introducing warnings. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a1b49b2..a23e29e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -13,7 +13,7 @@ test_units := $(wildcard test/test_*.rb) test: test-unit test-unit: $(test_units) $(test_units): - $(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS) + $(RUBY) -w -I $(lib) $@ $(RUBY_TEST_OPTS) check-warnings: @(for i in $$(git ls-files '*.rb'| grep -v '^setup\.rb$$'); \ -- cgit v1.2.3-24-ge0c7