[Scummvm-git-logs] scummvm master -> 4510c3ec270ccbaff0a29437ba8c211839f76e57

csnover csnover at users.noreply.github.com
Sat Jan 14 23:48:44 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:
4510c3ec27 TESTS: Attempt to fix buildbot builds for backends with extra flags


Commit: 4510c3ec270ccbaff0a29437ba8c211839f76e57
    https://github.com/scummvm/scummvm/commit/4510c3ec270ccbaff0a29437ba8c211839f76e57
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-01-14T16:45:32-06:00

Commit Message:
TESTS: Attempt to fix buildbot builds for backends with extra flags

Changed paths:
    test/module.mk


diff --git a/test/module.mk b/test/module.mk
index 04e7dee..9ab1a8b 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -15,8 +15,8 @@ endif
 
 #
 TEST_FLAGS   := --runner=StdioPrinter --no-std --no-eh --include=$(srcdir)/test/cxxtest_mingw.h
-TEST_CFLAGS  := -I$(srcdir)/test/cxxtest
-TEST_LDFLAGS := $(LIBS)
+TEST_CFLAGS  := $(CFLAGS) -I$(srcdir)/test/cxxtest
+TEST_LDFLAGS := $(LIBS) $(LDFLAGS)
 TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))
 
 ifdef HAVE_GCC3





More information about the Scummvm-git-logs mailing list