local.mk (automake-1.16.2.tar.xz) | : | local.mk (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 93 | skipping to change at line 93 | |||
EXTRA_DIST += $(generated_TESTS) | EXTRA_DIST += $(generated_TESTS) | |||
$(srcdir)/%D%/testsuite-part.am: | $(srcdir)/%D%/testsuite-part.am: | |||
$(AM_V_at)rm -f %D%/testsuite-part.tmp $@ | $(AM_V_at)rm -f %D%/testsuite-part.tmp $@ | |||
$(AM_V_GEN)$(PERL) $(srcdir)/gen-testsuite-part \ | $(AM_V_GEN)$(PERL) $(srcdir)/gen-testsuite-part \ | |||
--srcdir $(srcdir) > %D%/testsuite-part.tmp | --srcdir $(srcdir) > %D%/testsuite-part.tmp | |||
$(AM_V_at)chmod a-w %D%/testsuite-part.tmp | $(AM_V_at)chmod a-w %D%/testsuite-part.tmp | |||
$(AM_V_at)mv -f %D%/testsuite-part.tmp $@ | $(AM_V_at)mv -f %D%/testsuite-part.tmp $@ | |||
EXTRA_DIST += gen-testsuite-part | EXTRA_DIST += gen-testsuite-part | |||
# The dependecies declared here are not truly complete, but such | # The dependencies declared here are not truly complete, but such | |||
# completeness would cause more issues than it would solve. See | # completeness would cause more issues than it would solve. See | |||
# automake bug#11347. | # automake bug#11347 and #44458. | |||
$(generated_TESTS): $(srcdir)/gen-testsuite-part | $(generated_TESTS): $(srcdir)/gen-testsuite-part | |||
$(srcdir)/%D%/testsuite-part.am: $(srcdir)/gen-testsuite-part | $(srcdir)/%D%/testsuite-part.am: $(srcdir)/gen-testsuite-part | |||
$(srcdir)/%D%/testsuite-part.am: Makefile.am | $(srcdir)/%D%/testsuite-part.am: Makefile.am | |||
$(srcdir)/%D%/testsuite-part.am: %D%/list-of-tests.mk | ||||
# Hand-written tests for stuff in 'contrib/'. | # Hand-written tests for stuff in 'contrib/'. | |||
include $(srcdir)/contrib/%D%/local.mk | include $(srcdir)/contrib/%D%/local.mk | |||
TESTS += $(contrib_TESTS) | TESTS += $(contrib_TESTS) | |||
EXTRA_DIST += $(contrib_TESTS) | EXTRA_DIST += $(contrib_TESTS) | |||
# Static dependencies valid for each test case (also further | # Static dependencies valid for each test case (also further | |||
# extended later). Note that use 'noinst_' rather than 'check_' | # extended later). Note that use 'noinst_' rather than 'check_' | |||
# as the prefix, because we really want them to be built by | # as the prefix, because we really want them to be built by | |||
# "make all". This makes it easier to run the test cases by | # "make all". This makes it easier to run the test cases by | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |