TEST: Explicitly disable exceptions and std lib usage

This commit is contained in:
Max Horn 2011-05-16 15:22:43 +02:00
parent ed1739f419
commit a564a10e7f

View File

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