diff options
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 2 |
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 \ )) |