diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-16 12:36:59 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-19 19:24:33 +0100 |
commit | 6468e140a199c64d2d748060118e1fc62599adec (patch) | |
tree | 1d58bbb14821df299e04f86a1df4715b2493d00c /smoketest | |
parent | eb7ee4d1d3ca9ead8ee66079fc205c560ac30d0f (diff) |
gbuild: add gb_CppunitTest_abort_on_assertion for smoketest
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 \ )) |