You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/12/05 04:09:52 UTC

svn commit: r1772592 - /openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk

Author: damjan
Date: Mon Dec  5 04:09:51 2016
New Revision: 1772592

URL: http://svn.apache.org/viewvc?rev=1772592&view=rev
Log:
Add a missing include path to o3tl's tests.

Patch by: me


Modified:
    openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk

Modified: openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk?rev=1772592&r1=1772591&r2=1772592&view=diff
==============================================================================
--- openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk (original)
+++ openoffice/trunk/main/o3tl/GoogleTest_o3tl.mk Mon Dec  5 04:09:51 2016
@@ -31,6 +31,11 @@ $(eval $(call gb_GoogleTest_add_exceptio
 	o3tl/qa/test-range \
 ))
 
+$(eval $(call gb_GoogleTest_set_include,o3tl_test,\
+        $$(INCLUDE) \
+	-I$(SRCDIR)/o3tl/inc \
+))
+
 $(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \
 	sal \
 	$(gb_STDLIBS) \