aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
authorMax Horn2011-05-16 15:22:43 +0200
committerMax Horn2011-05-16 15:23:17 +0200
commita564a10e7f0afd99d7f0936c5b3e1acce31875b7 (patch)
tree107aa411d2849a745869938c9e4051c8d6f1c7c1 /test/module.mk
parented1739f4197b98043bd6ae1a2a181e3f410279d7 (diff)
downloadscummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.tar.gz
scummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.tar.bz2
scummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.zip
TEST: Explicitly disable exceptions and std lib usage
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 3542ae2903..4e5cbf62e1 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
+TEST_FLAGS := --runner=StdioPrinter --no-std --no-eh
TEST_CFLAGS := -I$(srcdir)/test/cxxtest
TEST_LDFLAGS := $(LIBS)
TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))