summaryrefslogtreecommitdiff
path: root/unoidl/Module_unoidl.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-09-07 16:04:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-15 07:59:25 +0200
commit1101b3524d9d6513fe539e5365e099ebed38d5e8 (patch)
tree886f8312a2fdbbfed5e7c992e40e7984f9b65354 /unoidl/Module_unoidl.mk
parent4c5b693267fac35c83e59f3288a1d46b99f02eea (diff)
Repurpose regcompare test as unoidl-check test
532b47a650ce5189e1fb759201129d7d1f434133 "[ABI CHANGE] In SDK, replace regcompare with unoidl-check" had left "registry/CustomTarget_regcompare_test.mk around to verify that unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb files." Behavior of unoidl-check on those old-format .rdb files will become less relevant with the planned move from the old-format idlc/regmerge toolchain to the new-format unoidl-write toolchain also for the SDK. But there appear to be no unit tests for unoidl-check, so repurpose (and move around) the existing test (switching it from using idlc/regmerge to using unoidl-write). Change-Id: I4c33e9c16aaf0f99e35d9257a40f3bc2ae2725ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121783 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unoidl/Module_unoidl.mk')
-rw-r--r--unoidl/Module_unoidl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 11209c2d21fb..e900fbd78e39 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -27,5 +27,6 @@ $(eval $(call gb_Module_add_targets_for_build,unoidl, \
$(eval $(call gb_Module_add_check_targets,unoidl, \
CustomTarget_unoidl-write_test \
+ $(if $(filter ODK,$(BUILD_TYPE)),CustomTarget_unoidl-check_test) \
))
# vim: set noet sw=4 ts=4: