summaryrefslogtreecommitdiff
path: root/toolkit/Module_toolkit.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-04 22:41:47 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-05 15:15:27 +0100
commit7e51276d4040ac480343bc94f6e37c7b437fae83 (patch)
tree454710aac7f571e8d9bbf59301521c39b66e0b33 /toolkit/Module_toolkit.mk
parente0b4c9a85a7539ef6f62fe3f8012be8df382d7d8 (diff)
toolkit: convert UnitConversion test to C++
Just translate the test, it checks just a tiny fraction of what it does just like the Java version. Change-Id: I85b4c890d970a00402d7f1b6f13d4e9ea2dd6e3c Reviewed-on: https://gerrit.libreoffice.org/47443 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'toolkit/Module_toolkit.mk')
-rw-r--r--toolkit/Module_toolkit.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/Module_toolkit.mk b/toolkit/Module_toolkit.mk
index 25db0b66052c..b5e4bdee01b4 100644
--- a/toolkit/Module_toolkit.mk
+++ b/toolkit/Module_toolkit.mk
@@ -23,6 +23,10 @@ $(eval $(call gb_Module_add_targets,toolkit,\
Library_tk \
))
+$(eval $(call gb_Module_add_check_targets,toolkit,\
+ CppunitTest_toolkit \
+))
+
ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,toolkit,\
JunitTest_toolkit_complex \