summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--registry/CustomTarget_regcompare_test.mk213
-rw-r--r--registry/Module_registry.mk11
-rw-r--r--unoidl/CustomTarget_unoidl-check_test.mk206
-rw-r--r--unoidl/Module_unoidl.mk1
-rw-r--r--unoidl/qa/unoidl-check/other1.idl (renamed from registry/test/regcompare/other1.idl)0
-rw-r--r--unoidl/qa/unoidl-check/other2.idl (renamed from registry/test/regcompare/other2.idl)0
-rw-r--r--unoidl/qa/unoidl-check/pe.idl (renamed from registry/test/regcompare/pe.idl)0
-rw-r--r--unoidl/qa/unoidl-check/psa.idl (renamed from registry/test/regcompare/psa.idl)0
-rw-r--r--unoidl/qa/unoidl-check/psb.idl (renamed from registry/test/regcompare/psb.idl)0
-rw-r--r--unoidl/qa/unoidl-check/ue.idl (renamed from registry/test/regcompare/ue.idl)0
-rw-r--r--unoidl/qa/unoidl-check/usa.idl (renamed from registry/test/regcompare/usa.idl)0
-rw-r--r--unoidl/qa/unoidl-check/usb.idl (renamed from registry/test/regcompare/usb.idl)0
12 files changed, 207 insertions, 224 deletions
diff --git a/registry/CustomTarget_regcompare_test.mk b/registry/CustomTarget_regcompare_test.mk
deleted file mode 100644
index e7816301f8ce..000000000000
--- a/registry/CustomTarget_regcompare_test.mk
+++ /dev/null
@@ -1,213 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_CustomTarget_CustomTarget,registry/regcompare_test))
-
-.PHONY: $(call gb_CustomTarget_get_target,registry/regcompare_test)
-
-$(call gb_CustomTarget_get_target,registry/regcompare_test): \
- $(call gb_Executable_get_runtime_dependencies,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb
-ifneq ($(gb_SUPPRESS_TESTS),)
- @true
-else
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/psb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usb.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/pe.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/ue.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other1.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
- $(call gb_Helper_abbreviate_dirs,( \
- ! $(call gb_Executable_get_command,unoidl-check) \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/usa.rdb \
- -- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/other2.rdb) \
- > $@.log 2>&1 || (cat $@.log && false))
-endif
-
-$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/%.rdb: \
- $(call gb_CustomTarget_get_workdir,registry/regcompare_test)/%.urd \
- $(call gb_Executable_get_runtime_dependencies,regmerge)
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,regmerge) $@ /UCR $<))
-
-$(call gb_CustomTarget_get_workdir,registry/regcompare_test)/%.urd: \
- $(SRCDIR)/registry/test/regcompare/%.idl \
- $(call gb_Executable_get_runtime_dependencies,idlc)
- $(call gb_Helper_abbreviate_dirs,( \
- $(call gb_Executable_get_command,idlc) \
- -O$(call gb_CustomTarget_get_workdir,registry/regcompare_test) \
- -cid -we $<))
-
-# vim: set noet sw=4 ts=4:
diff --git a/registry/Module_registry.mk b/registry/Module_registry.mk
index 90f7833673d8..58de136de877 100644
--- a/registry/Module_registry.mk
+++ b/registry/Module_registry.mk
@@ -20,15 +20,4 @@ $(eval $(call gb_Module_add_targets,registry,\
) \
))
-ifneq ($(OS),iOS) # missing regmerge (see above), needed within test
-
-ifeq ($(ENABLE_MACOSX_SANDBOX),) # ditto
-
-$(eval $(call gb_Module_add_check_targets,registry, \
- CustomTarget_regcompare_test \
-))
-
-endif
-endif
-
# vim:set noet sw=4 ts=4:
diff --git a/unoidl/CustomTarget_unoidl-check_test.mk b/unoidl/CustomTarget_unoidl-check_test.mk
new file mode 100644
index 000000000000..52ef4d6c30bd
--- /dev/null
+++ b/unoidl/CustomTarget_unoidl-check_test.mk
@@ -0,0 +1,206 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This file incorporates work covered by the following license notice:
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed
+# with this work for additional information regarding copyright
+# ownership. The ASF licenses this file to you under the Apache
+# License, Version 2.0 (the "License"); you may not use this file
+# except in compliance with the License. You may obtain a copy of
+# the License at http://www.apache.org/licenses/LICENSE-2.0 .
+#
+
+$(eval $(call gb_CustomTarget_CustomTarget,unoidl/unoidl-check_test))
+
+.PHONY: $(call gb_CustomTarget_get_target,unoidl/unoidl-check_test)
+
+$(call gb_CustomTarget_get_target,unoidl/unoidl-check_test): \
+ $(call gb_Executable_get_runtime_dependencies,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb
+ifneq ($(gb_SUPPRESS_TESTS),)
+ @true
+else
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) --ignore-unpublished \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/psb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usb.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/pe.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/ue.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other1.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+ $(call gb_Helper_abbreviate_dirs,( \
+ ! $(call gb_Executable_get_command,unoidl-check) \
+ $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/usa.rdb \
+ -- $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/other2.rdb) \
+ > $@.log 2>&1 || (cat $@.log && false))
+endif
+
+$(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/%.rdb: \
+ $(SRCDIR)/unoidl/qa/unoidl-check/%.idl \
+ $(call gb_Executable_get_runtime_dependencies,unoidl-write) \
+ | $(call gb_CustomTarget_get_workdir,unoidl/unoidl-check_test)/.dir
+ $(call gb_Helper_abbreviate_dirs,( \
+ $(call gb_Executable_get_command,unoidl-write) $< $@))
+
+# vim: set noet sw=4 ts=4:
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:
diff --git a/registry/test/regcompare/other1.idl b/unoidl/qa/unoidl-check/other1.idl
index 75473015bc82..75473015bc82 100644
--- a/registry/test/regcompare/other1.idl
+++ b/unoidl/qa/unoidl-check/other1.idl
diff --git a/registry/test/regcompare/other2.idl b/unoidl/qa/unoidl-check/other2.idl
index f6c94ef66548..f6c94ef66548 100644
--- a/registry/test/regcompare/other2.idl
+++ b/unoidl/qa/unoidl-check/other2.idl
diff --git a/registry/test/regcompare/pe.idl b/unoidl/qa/unoidl-check/pe.idl
index c597b29f048d..c597b29f048d 100644
--- a/registry/test/regcompare/pe.idl
+++ b/unoidl/qa/unoidl-check/pe.idl
diff --git a/registry/test/regcompare/psa.idl b/unoidl/qa/unoidl-check/psa.idl
index b8079c9add9d..b8079c9add9d 100644
--- a/registry/test/regcompare/psa.idl
+++ b/unoidl/qa/unoidl-check/psa.idl
diff --git a/registry/test/regcompare/psb.idl b/unoidl/qa/unoidl-check/psb.idl
index 03d02b302c96..03d02b302c96 100644
--- a/registry/test/regcompare/psb.idl
+++ b/unoidl/qa/unoidl-check/psb.idl
diff --git a/registry/test/regcompare/ue.idl b/unoidl/qa/unoidl-check/ue.idl
index 0face3356b23..0face3356b23 100644
--- a/registry/test/regcompare/ue.idl
+++ b/unoidl/qa/unoidl-check/ue.idl
diff --git a/registry/test/regcompare/usa.idl b/unoidl/qa/unoidl-check/usa.idl
index 80fe2c2f4c2e..80fe2c2f4c2e 100644
--- a/registry/test/regcompare/usa.idl
+++ b/unoidl/qa/unoidl-check/usa.idl
diff --git a/registry/test/regcompare/usb.idl b/unoidl/qa/unoidl-check/usb.idl
index 08e7e9daa9d4..08e7e9daa9d4 100644
--- a/registry/test/regcompare/usb.idl
+++ b/unoidl/qa/unoidl-check/usb.idl