summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-02-16 12:36:59 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-02-19 19:24:33 +0100
commit6468e140a199c64d2d748060118e1fc62599adec (patch)
tree1d58bbb14821df299e04f86a1df4715b2493d00c /smoketest
parenteb7ee4d1d3ca9ead8ee66079fc205c560ac30d0f (diff)
gbuild: add gb_CppunitTest_abort_on_assertion for smoketest
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/CppunitTest_smoketest.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index da2538caf8d7..c2d4f2f47265 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_CppunitTest_CppunitTest,smoketest))
+$(eval $(call gb_CppunitTest_abort_on_assertion,smoketest))
+
$(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\
smoketest/smoketest \
))