From 24579ceba9b219ab3a89f31b5496b2633e076af6 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Wed, 7 Sep 2011 19:41:27 -0400 Subject: TEST: Allow building the test runner with MinGW It needs the same workaround as our dev tools (see bug #1800764) --- test/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/module.mk') diff --git a/test/module.mk b/test/module.mk index 4e5cbf62e1..11ee6bd200 100644 --- a/test/module.mk +++ b/test/module.mk @@ -9,7 +9,7 @@ TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h TEST_LIBS := audio/libaudio.a common/libcommon.a # -TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh +TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh --include=$(srcdir)/test/cxxtest_mingw.h TEST_CFLAGS := -I$(srcdir)/test/cxxtest TEST_LDFLAGS := $(LIBS) TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS)) -- cgit v1.2.3