diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-06-28 19:29:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-28 19:29:54 +0200 |
commit | 1e0a880cfe5b9d724f1bb2b6bedb25da46d6c5ab (patch) | |
tree | bc3c944a97ed3d8481b4023fc2186c99e6007c76 | |
parent | 6fe84df471e80e47dcc41c2fb02d39a178477a0e (diff) |
smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971a
Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb
-rw-r--r-- | smoketest/Library_smoketest.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/smoketest/Library_smoketest.mk b/smoketest/Library_smoketest.mk index f14348e484dd..c62e015c08fd 100644 --- a/smoketest/Library_smoketest.mk +++ b/smoketest/Library_smoketest.mk @@ -25,8 +25,14 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. +# this is a Library that contains a unit test, so it can be packaged $(eval $(call gb_Library_Library,smoketest)) +# necessary because this is no CppUnitTest but a Library +$(eval $(call gb_Library_add_defs,smoketest,\ + -DCPPUNIT_PLUGIN_EXPORT='extern "C" SAL_DLLPUBLIC_EXPORT' \ +)) + $(eval $(call gb_Library_use_api,smoketest,\ offapi \ udkapi \ |