summaryrefslogtreecommitdiffstats
path: root/unoidl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-16 15:39:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-16 15:39:47 +0200
commit2dbd27012a23f113cf0daf5a0bb8368ebc3a9f89 (patch)
treec68e005bffe8e28d7dd5f9960f91e9356f6f86d8 /unoidl
parentRemove HAVE_CXX11_REF_QUALIFIER, always true now (diff)
downloadcore-2dbd27012a23f113cf0daf5a0bb8368ebc3a9f89.tar.gz
core-2dbd27012a23f113cf0daf5a0bb8368ebc3a9f89.zip
Still more tests to suppress
...that were missing from 3de594d3347ead24f3211714f0e0010c1434cdf2 "More tests to suppress (all .PHONY test targets should be covered now)" (and one wasn't even properly marked as .PHONY). Thanks to Rene for spotting. Change-Id: Ieed81a3999921bdfe9bca96c6002d8906b2ddfad
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/CustomTarget_unoidl-write_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoidl/CustomTarget_unoidl-write_test.mk b/unoidl/CustomTarget_unoidl-write_test.mk
index 22c25b0085c5..a1c17c488bc3 100644
--- a/unoidl/CustomTarget_unoidl-write_test.mk
+++ b/unoidl/CustomTarget_unoidl-write_test.mk
@@ -25,6 +25,9 @@ $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) : \
$(SRCDIR)/idlc/test/parser/struct.tests \
$(SRCDIR)/idlc/test/parser/typedef.tests \
| $(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/.dir
+ifneq ($(gb_SUPPRESS_TESTS),)
+ @true
+else
$(call gb_Helper_abbreviate_dirs,( \
$(PERL) $(SRCDIR)/solenv/bin/exectest.pl \
$(SRCDIR)/idlc/test/parser/attribute.tests \
@@ -87,5 +90,6 @@ $(call gb_CustomTarget_get_target,unoidl/unoidl-write_test) : \
{} \
$(call gb_CustomTarget_get_workdir,unoidl/unoidl-write_test)/out.rdb) \
> $@.log 2>&1 || (cat $@.log && false))
+endif
# vim: set noet sw=4 ts=4: