From d8eef8efb14e5391a8bac91a6f99805e95c96918 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 19 Apr 2017 01:57:31 +0000 Subject: pkg.mk: enable warnings by default for tests --- pkg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg.mk b/pkg.mk index 325b8eb..df8cfec 100644 --- a/pkg.mk +++ b/pkg.mk @@ -119,7 +119,7 @@ test: check check: test-unit test-unit: $(test_units) $(test_units): build - $(VALGRIND) $(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS) + $(VALGRIND) $(RUBY) -w -I $(lib) $@ $(RUBY_TEST_OPTS) # this requires GNU coreutils variants ifneq ($(RSYNC_DEST),) -- cgit v1.2.3-24-ge0c7