[Scummvm-git-logs] scummvm master -> 320ed53f31daaf1429da5db8529f72e0809a1048

sev- sev at scummvm.org
Mon Jan 23 20:53:18 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:
320ed53f31 TESTS: Fix linking target in Makefile


Commit: 320ed53f31daaf1429da5db8529f72e0809a1048
    https://github.com/scummvm/scummvm/commit/320ed53f31daaf1429da5db8529f72e0809a1048
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-23T20:52:52+01:00

Commit Message:
TESTS: Fix linking target in Makefile

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 607eacc..75c96d8 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -44,7 +44,7 @@ endif
 test: test/runner
 	./test/runner
 test/runner: test/runner.cpp $(TEST_LIBS)
-	$(QUIET_LINK)$(CXX) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $+ $(TEST_LDFLAGS)
+	$(QUIET_LINK)$(LD) $(TEST_CXXFLAGS) $(CPPFLAGS) $(TEST_CFLAGS) -o $@ $+ $(TEST_LDFLAGS)
 test/runner.cpp: $(TESTS)
 	@mkdir -p test
 	$(srcdir)/test/cxxtest/cxxtestgen.py $(TEST_FLAGS) -o $@ $+





More information about the Scummvm-git-logs mailing list