summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
Diffstat (limited to 'emfio')
-rw-r--r--emfio/CppunitTest_emfio_emf.mk (renamed from emfio/CppunitTest_emfio_emf_test.mk)0
-rw-r--r--emfio/CppunitTest_emfio_wmf.mk (renamed from emfio/CppunitTest_emfio_wmf_test.mk)0
-rw-r--r--emfio/Module_emfio.mk4
3 files changed, 2 insertions, 2 deletions
diff --git a/emfio/CppunitTest_emfio_emf_test.mk b/emfio/CppunitTest_emfio_emf.mk
index 5b32187b7ea8..5b32187b7ea8 100644
--- a/emfio/CppunitTest_emfio_emf_test.mk
+++ b/emfio/CppunitTest_emfio_emf.mk
diff --git a/emfio/CppunitTest_emfio_wmf_test.mk b/emfio/CppunitTest_emfio_wmf.mk
index ec67bff3a9b4..ec67bff3a9b4 100644
--- a/emfio/CppunitTest_emfio_wmf_test.mk
+++ b/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: