Skip to content

Commit

Permalink
TEST: Explicitly disable exceptions and std lib usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 16, 2011
1 parent ed1739f commit a564a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module.mk
Expand Up @@ -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))
Expand Down

0 comments on commit a564a10

Please sign in to comment.