diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 11:09:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 11:09:07 +0100 |
commit | 416526cfa382d3482042f3c917bcb2bfa178402a (patch) | |
tree | ddfeb375eb0b9dcf643ef360c1becacf662fa02d /ucb | |
parent | 3d82b08bcea45408b1998934558e2e28721125df (diff) |
Make CppunitTest name match *.mk file name
...so "make CppunitTest_ucb_webdav_local_neon" works as expected.
Change-Id: Iecdd5d1ad19be4789bca60d455a3dfdd8fee9cb3
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/CppunitTest_ucb_webdav_local_neon.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ucb/CppunitTest_ucb_webdav_local_neon.mk b/ucb/CppunitTest_ucb_webdav_local_neon.mk index bb0ef420a241..20e827b6868a 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: |