[Scummvm-git-logs] scummvm master -> 4212734b1ee39f8abd79846b05ba6d201136b4cd

sev- sev at scummvm.org
Mon Jan 23 21:11:31 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4212734b1e TESTS: Fix missing QUIET_CXX option in Makefile


Commit: 4212734b1ee39f8abd79846b05ba6d201136b4cd
    https://github.com/scummvm/scummvm/commit/4212734b1ee39f8abd79846b05ba6d201136b4cd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-23T21:11:03+01:00

Commit Message:
TESTS: Fix missing QUIET_CXX option in Makefile

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 9af652d..e630ee8 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





More information about the Scummvm-git-logs mailing list