aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2009-08-22 11:03:00 +0000
committerEugene Sandulenko2009-08-22 11:03:00 +0000
commitea87405ae412c7c4275cc1966750b817e44e255a (patch)
tree02ef4f8e4808db3b554f5bdd1211e3db334f0bb9 /test/module.mk
parentbed502a7c70c122a097d8f9ad7ca2330e69bdccb (diff)
downloadscummvm-rg350-ea87405ae412c7c4275cc1966750b817e44e255a.tar.gz
scummvm-rg350-ea87405ae412c7c4275cc1966750b817e44e255a.tar.bz2
scummvm-rg350-ea87405ae412c7c4275cc1966750b817e44e255a.zip
Patch #2840212: "Quiet make process"
svn-id: r43635
Diffstat (limited to 'test/module.mk')
-rw-r--r--test/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/module.mk b/test/module.mk
index 64cb34c7ac..79a1a12023 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -22,7 +22,7 @@ TEST_LDFLAGS :=
test: test/runner
./test/runner
test/runner: test/runner.cpp $(TEST_LIBS)
- $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TEST_LDFLAGS) $(TEST_CFLAGS) -o $@ $+
+ $(QUIET_LINK)$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TEST_LDFLAGS) $(TEST_CFLAGS) -o $@ $+
test/runner.cpp: $(TESTS)
@mkdir -p test
$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+