smoketest: fix breakage from 328e2263fb

Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb
This commit is contained in:
Michael Stahl
2012-06-28 19:29:18 +02:00
parent 6fe84df471
commit 1e0a880cfe

View File

@@ -25,8 +25,14 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
# this is a Library that contains a unit test, so it can be packaged
$(eval $(call gb_Library_Library,smoketest)) $(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,\ $(eval $(call gb_Library_use_api,smoketest,\
offapi \ offapi \
udkapi \ udkapi \