[Libreoffice-commits] core.git: comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk

Michael Stahl mstahl at redhat.com
Mon Oct 28 06:14:54 PDT 2013


 comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 033830b3b020d63a1b77459ab30497aeecc856bb
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Oct 28 14:11:00 2013 +0100

    comphelper: use boost_headers in unit test
    
    Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df

diff --git a/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk b/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk
index 3c9960c..73ab199 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 \


More information about the Libreoffice-commits mailing list