about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-07 21:24:18 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-07 21:24:18 +0000
commit136f46adb568b964f61ecdafcd28936c44680b78 (patch)
tree01f8a42451e21ee92b371137ad0260b0858a5987
parentbef9010b4075dabca7b0558e282d5bba82bcdbdc (diff)
downloaddtas-136f46adb568b964f61ecdafcd28936c44680b78.tar.gz
This is a new code base and we should avoid introducing warnings.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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$$'); \