diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-21 10:32:07 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-21 10:32:07 +0100 |
commit | 123c60ed46489e3147d58ab6684c9de1cf0f656d (patch) | |
tree | cbd16385554f1f700275267009734638d8faa18d /smoketestoo_native | |
parent | e648dff4561470d3aba457ec916437d04fea5c0c (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-x | smoketestoo_native/makefile.mk | 2 |
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) |