summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-09 17:24:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-09 17:24:55 +0200
commit3de594d3347ead24f3211714f0e0010c1434cdf2 (patch)
tree203a2944812f7abbbea04586daebc72d54e90903 /registry
parent6da3a1188fbc0e35ac2dbb974917cc1a1b3bde47 (diff)
More tests to suppress (all .PHONY test targets should be covered now)
Change-Id: Ib948547e5c177ac62506fc42a564368a8d31fa4e
Diffstat (limited to 'registry')
-rw-r--r--registry/CustomTarget_regcompare_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/registry/CustomTarget_regcompare_test.mk b/registry/CustomTarget_regcompare_test.mk
index efdc070a3620..e7816301f8ce 100644
--- a/registry/CustomTarget_regcompare_test.mk
+++ b/registry/CustomTarget_regcompare_test.mk
@@ -31,6 +31,9 @@ $(call gb_CustomTarget_get_target,registry/regcompare_test): \
$(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 \
@@ -191,6 +194,7 @@ $(call gb_CustomTarget_get_target,registry/regcompare_test): \
$(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 \