aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-23 21:11:03 +0100
committerEugene Sandulenko2017-01-23 21:11:03 +0100
commit4212734b1ee39f8abd79846b05ba6d201136b4cd (patch)
treebacde0815b00595465c6c643dd1f68ee4a4e3cc0 /test
parent595770368c99d433d9d5729580a5cce5338f9af5 (diff)
downloadscummvm-rg350-4212734b1ee39f8abd79846b05ba6d201136b4cd.tar.gz
scummvm-rg350-4212734b1ee39f8abd79846b05ba6d201136b4cd.tar.bz2
scummvm-rg350-4212734b1ee39f8abd79846b05ba6d201136b4cd.zip
TESTS: Fix missing QUIET_CXX option in Makefile
Diffstat (limited to 'test')
-rw-r--r--test/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.mk b/test/module.mk
index 9af652d7b5..e630ee8671 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -49,7 +49,7 @@ test/runner.cpp: $(TESTS)
@mkdir -p test
$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+
test/runner.o: test/runner.cpp
- $(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -c $(<) -o $@
+ $(QUIET_CXX)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -c $(<) -o $@
clean: clean-test