Kaydet (Commit) 1e0a880c authored tarafından Michael Stahl's avatar Michael Stahl

smoketest: fix breakage from 328e2263

Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb
üst 6fe84df4
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment