diff options
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index c2d4f2f47265..2e614b681d10 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -29,10 +29,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,smoketest)) $(eval $(call gb_CppunitTest_abort_on_assertion,smoketest)) -$(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\ - smoketest/smoketest \ -)) - $(eval $(call gb_CppunitTest_add_api,smoketest,\ offapi \ udkapi \ @@ -43,6 +39,7 @@ $(eval $(call gb_CppunitTest_add_linked_libs,smoketest,\ cppuhelper \ sal \ unotest \ + smoketest \ )) ifeq ($(OS),MACOSX) |