diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-28 15:06:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-28 15:06:58 +0200 |
commit | dc4b82a030ffacb8c25adfa616b0fe2db1c6fcc2 (patch) | |
tree | 7c7109086b67cbf7b065d60e7553ac8b01c4b97d /basegfx | |
parent | 10e770492449b8c1640b58737c41fa6528a546dd (diff) |
Fixed some CppunitTest names
Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/CppunitTest_basegfx.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk index e502885ab735..d3bb56f088fb 100644 --- a/basegfx/CppunitTest_basegfx.mk +++ b/basegfx/CppunitTest_basegfx.mk @@ -7,16 +7,16 @@ # 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 \ udkapi \ )) -$(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\ +$(eval $(call gb_CppunitTest_use_libraries,basegfx,\ basegfx \ cppu \ cppuhelper \ @@ -24,7 +24,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basegfx_cpputest,\ $(gb_UWINAPI) \ )) -$(eval $(call gb_CppunitTest_add_exception_objects,basegfx_cpputest,\ +$(eval $(call gb_CppunitTest_add_exception_objects,basegfx,\ basegfx/test/basegfx1d \ basegfx/test/basegfx2d \ basegfx/test/basegfx3d \ |