summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-21 10:32:07 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-02-21 10:32:07 +0100
commit123c60ed46489e3147d58ab6684c9de1cf0f656d (patch)
treecbd16385554f1f700275267009734638d8faa18d /smoketestoo_native
parente648dff4561470d3aba457ec916437d04fea5c0c (diff)
debuglevels: let smoketestoo_native use a dedicated version of dbgsvrc/DBGSV_INIT, instead of using the default which the build env points to - it might direct assertion output to whereever ...
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 76ea6c2c52ae..aab245371a72 100755
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -29,6 +29,8 @@ TARGET = smoketest
ENABLE_EXCEPTIONS = TRUE
+ABORT_ON_ASSERTION = TRUE
+
.INCLUDE: settings.mk
CFLAGSCXX += $(CPPUNIT_CFLAGS)