Fixed some CppunitTest names
Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a
This commit is contained in:
@@ -7,23 +7,23 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_CppunitTest,basebmp_cpputest))
|
$(eval $(call gb_CppunitTest_CppunitTest,basebmp))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_sdk_api,basebmp_cpputest))
|
$(eval $(call gb_CppunitTest_use_sdk_api,basebmp))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_external,basebmp_cpputest,boost_headers))
|
$(eval $(call gb_CppunitTest_use_external,basebmp,boost_headers))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
|
$(eval $(call gb_CppunitTest_use_libraries,basebmp,\
|
||||||
basebmp \
|
basebmp \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\
|
$(eval $(call gb_CppunitTest_use_libraries,basebmp,\
|
||||||
basegfx \
|
basegfx \
|
||||||
sal \
|
sal \
|
||||||
$(gb_UWINAPI) \
|
$(gb_UWINAPI) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_add_exception_objects,basebmp_cpputest,\
|
$(eval $(call gb_CppunitTest_add_exception_objects,basebmp,\
|
||||||
basebmp/test/basictest \
|
basebmp/test/basictest \
|
||||||
basebmp/test/bmpmasktest \
|
basebmp/test/bmpmasktest \
|
||||||
basebmp/test/bmptest \
|
basebmp/test/bmptest \
|
||||||
|
@@ -7,16 +7,16 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_CppunitTest,basegfx_cpputest))
|
$(eval $(call gb_CppunitTest_CppunitTest,basegfx))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_external,basegfx_cpputest,boost_headers))
|
$(eval $(call gb_CppunitTest_use_external,basegfx,boost_headers))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_api,basegfx_cpputest,\
|
$(eval $(call gb_CppunitTest_use_api,basegfx,\
|
||||||
offapi \
|
offapi \
|
||||||
udkapi \
|
udkapi \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\
|
$(eval $(call gb_CppunitTest_use_libraries,basegfx,\
|
||||||
basegfx \
|
basegfx \
|
||||||
cppu \
|
cppu \
|
||||||
cppuhelper \
|
cppuhelper \
|
||||||
@@ -24,7 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\
|
|||||||
$(gb_UWINAPI) \
|
$(gb_UWINAPI) \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_CppunitTest_add_exception_objects,basegfx_cpputest,\
|
$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\
|
||||||
basegfx/test/basegfx1d \
|
basegfx/test/basegfx1d \
|
||||||
basegfx/test/basegfx2d \
|
basegfx/test/basegfx2d \
|
||||||
basegfx/test/basegfx3d \
|
basegfx/test/basegfx3d \
|
||||||
|
@@ -52,7 +52,7 @@ $(eval $(call gb_Module_add_targets,odk,\
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_check_targets,odk,\
|
$(eval $(call gb_Module_add_check_targets,odk,\
|
||||||
CppunitTest_checkapi \
|
CppunitTest_odk_checkapi \
|
||||||
CustomTarget_allheaders \
|
CustomTarget_allheaders \
|
||||||
CustomTarget_check \
|
CustomTarget_check \
|
||||||
))
|
))
|
||||||
|
Reference in New Issue
Block a user