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

This commit is contained in:
Colin Snover 2017-01-14 14:40:27 -06:00
parent 1aeaab095e
commit 4510c3ec27

View file

@ -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