diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 14:11:00 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 14:11:59 +0100 |
commit | 033830b3b020d63a1b77459ab30497aeecc856bb (patch) | |
tree | 11c2fa9e87455b4e46e4d03e29247b95d33191a0 /comphelper | |
parent | 3af414b48b2882636de3ab8c84ab4c514daf6235 (diff) |
comphelper: use boost_headers in unit test
Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk b/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk index 3c9960c1d49b..73ab199e625e 100644 --- a/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk +++ b/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk @@ -13,6 +13,10 @@ $(eval $(call gb_CppunitTest_add_exception_objects,comphelper_syntaxhighlight_te comphelper/qa/unit/syntaxhighlighttest \ )) +$(eval $(call gb_CppunitTest_use_externals,comphelper_syntaxhighlight_test,\ + boost_headers \ +)) + $(eval $(call gb_CppunitTest_use_api,comphelper_syntaxhighlight_test, \ udkapi \ offapi \ |