diff options
Diffstat (limited to 'xmloff/CppunitTest_xmloff_uxmloff.mk')
-rw-r--r-- | xmloff/CppunitTest_xmloff_uxmloff.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/CppunitTest_xmloff_uxmloff.mk b/xmloff/CppunitTest_xmloff_uxmloff.mk index 7e517229b47f..45eb4178f311 100644 --- a/xmloff/CppunitTest_xmloff_uxmloff.mk +++ b/xmloff/CppunitTest_xmloff_uxmloff.mk @@ -11,9 +11,9 @@ $(eval $(call gb_CppunitTest_CppunitTest,xmloff_uxmloff)) $(eval $(call gb_CppunitTest_add_exception_objects,xmloff_uxmloff, \ xmloff/qa/unit/uxmloff \ + xmloff/qa/unit/tokenmap-test \ )) - $(eval $(call gb_CppunitTest_set_include,xmloff_uxmloff,\ -I$(SRCDIR)/xmloff/inc \ -I$(SRCDIR)/xmloff/source/style \ @@ -21,6 +21,10 @@ $(eval $(call gb_CppunitTest_set_include,xmloff_uxmloff,\ $$(INCLUDE) \ )) +$(eval $(call gb_CppunitTest_use_custom_headers,xmloff_uxmloff, \ + xmloff/generated \ +)) + $(eval $(call gb_CppunitTest_use_sdk_api,xmloff_uxmloff)) $(eval $(call gb_CppunitTest_use_ure,xmloff_uxmloff)) |