summaryrefslogtreecommitdiff
path: root/idlc
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 /idlc
parent6da3a1188fbc0e35ac2dbb974917cc1a1b3bde47 (diff)
More tests to suppress (all .PHONY test targets should be covered now)
Change-Id: Ib948547e5c177ac62506fc42a564368a8d31fa4e
Diffstat (limited to 'idlc')
-rw-r--r--idlc/CustomTarget_parser_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/idlc/CustomTarget_parser_test.mk b/idlc/CustomTarget_parser_test.mk
index 84b01d9cb45e..0c9d15e4f86b 100644
--- a/idlc/CustomTarget_parser_test.mk
+++ b/idlc/CustomTarget_parser_test.mk
@@ -25,6 +25,9 @@ $(call gb_CustomTarget_get_target,idlc/parser_test) : \
$(SRCDIR)/idlc/test/parser/struct.tests \
$(SRCDIR)/idlc/test/parser/typedef.tests \
| $(call gb_CustomTarget_get_workdir,idlc/parser_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 \
@@ -77,5 +80,6 @@ $(call gb_CustomTarget_get_target,idlc/parser_test) : \
$(call gb_Executable_get_command,idlc) \
-O $(call gb_CustomTarget_get_workdir,idlc/parser_test) {}) \
> $@.log 2>&1 || (cat $@.log && false))
+endif
# vim: set noet sw=4 ts=4: