ucb/CppunitTest_ucb_webdav_local_neon.mk |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 416526cfa382d3482042f3c917bcb2bfa178402a
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Mar 10 11:09:07 2016 +0100

    Make CppunitTest name match *.mk file name
    
    ...so "make CppunitTest_ucb_webdav_local_neon" works as expected.
    
    Change-Id: Iecdd5d1ad19be4789bca60d455a3dfdd8fee9cb3

diff --git a/ucb/CppunitTest_ucb_webdav_local_neon.mk 
b/ucb/CppunitTest_ucb_webdav_local_neon.mk
index bb0ef42..20e827b 100644
--- a/ucb/CppunitTest_ucb_webdav_local_neon.mk
+++ b/ucb/CppunitTest_ucb_webdav_local_neon.mk
@@ -9,14 +9,14 @@
 #
 #*************************************************************************
 
-$(eval $(call gb_CppunitTest_CppunitTest,ucb_webdav_local))
+$(eval $(call gb_CppunitTest_CppunitTest,ucb_webdav_local_neon))
 
-$(eval $(call gb_CppunitTest_use_api,ucb_webdav_local, \
+$(eval $(call gb_CppunitTest_use_api,ucb_webdav_local_neon, \
        offapi \
        udkapi \
 ))
 
-$(eval $(call gb_CppunitTest_use_libraries,ucb_webdav_local, \
+$(eval $(call gb_CppunitTest_use_libraries,ucb_webdav_local_neon, \
        comphelper \
        cppu \
        cppuhelper \
@@ -26,30 +26,30 @@ $(eval $(call 
gb_CppunitTest_use_libraries,ucb_webdav_local, \
        ucbhelper \
 ))
 
-$(eval $(call gb_CppunitTest_use_library_objects,ucb_webdav_local, \
+$(eval $(call gb_CppunitTest_use_library_objects,ucb_webdav_local_neon, \
        ucpdav1 \
 ))
 
-$(eval $(call gb_CppunitTest_use_externals,ucb_webdav_local,\
+$(eval $(call gb_CppunitTest_use_externals,ucb_webdav_local_neon,\
        boost_headers \
        libxml2 \
        neon \
        openssl \
 ))
 
-$(eval $(call gb_CppunitTest_use_custom_headers,ucb_webdav_local,\
+$(eval $(call gb_CppunitTest_use_custom_headers,ucb_webdav_local_neon,\
        officecfg/registry \
 ))
 
-$(eval $(call gb_CppunitTest_add_exception_objects,ucb_webdav_local, \
+$(eval $(call gb_CppunitTest_add_exception_objects,ucb_webdav_local_neon, \
     ucb/qa/cppunit/webdav/webdav_local_neon \
 ))
 
-$(eval $(call gb_CppunitTest_set_include,ucb_webdav_local,\
+$(eval $(call gb_CppunitTest_set_include,ucb_webdav_local_neon,\
     $$(INCLUDE) \
     -I$(SRCDIR)/ucb/source/ucp/webdav-neon \
 ))
 
-$(eval $(call gb_CppunitTest_use_static_libraries,ucb_webdav_local))
+$(eval $(call gb_CppunitTest_use_static_libraries,ucb_webdav_local_neon))
 
 # vim: set noet sw=4 ts=4:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to