diff options
author | Max Horn | 2011-05-16 15:22:43 +0200 |
---|---|---|
committer | Max Horn | 2011-05-16 15:23:17 +0200 |
commit | a564a10e7f0afd99d7f0936c5b3e1acce31875b7 (patch) | |
tree | 107aa411d2849a745869938c9e4051c8d6f1c7c1 | |
parent | ed1739f4197b98043bd6ae1a2a181e3f410279d7 (diff) | |
download | scummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.tar.gz scummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.tar.bz2 scummvm-rg350-a564a10e7f0afd99d7f0936c5b3e1acce31875b7.zip |
TEST: Explicitly disable exceptions and std lib usage
-rw-r--r-- | test/module.mk | 2 |
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)) |