emfio/Module_emfio.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b637a607eadaae19e5f6d1004127019dde410798 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Sep 21 13:24:35 2020 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Mon Sep 21 14:30:27 2020 +0200 emfio: fix emf/wmf test cppunit name vs makefile name The convention is that CppunitTest_foo is defined in CppunitTest_foo.mk, but we got an extra "_test" suffix here, fix that. Change-Id: I226031c99c457e1b54714a425fd9c7abfc876cda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103096 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/emfio/CppunitTest_emfio_emf_test.mk b/emfio/CppunitTest_emfio_emf.mk similarity index 100% rename from emfio/CppunitTest_emfio_emf_test.mk rename to emfio/CppunitTest_emfio_emf.mk diff --git a/emfio/CppunitTest_emfio_wmf_test.mk b/emfio/CppunitTest_emfio_wmf.mk similarity index 100% rename from emfio/CppunitTest_emfio_wmf_test.mk rename to emfio/CppunitTest_emfio_wmf.mk diff --git a/emfio/Module_emfio.mk b/emfio/Module_emfio.mk index c4d5ec70be9c..96b69d1cbe86 100644 --- a/emfio/Module_emfio.mk +++ b/emfio/Module_emfio.mk @@ -23,8 +23,8 @@ $(eval $(call gb_Module_add_targets,emfio,\ )) $(eval $(call gb_Module_add_check_targets,emfio,\ - CppunitTest_emfio_emf_test \ - $(if $(MERGELIBS),,CppunitTest_emfio_wmf_test) \ + CppunitTest_emfio_emf \ + $(if $(MERGELIBS),,CppunitTest_emfio_wmf) \ )) # vim: set noet ts=4 sw=4: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits