From: Nick Bowler Date: Sun, 26 Apr 2015 05:49:28 +0000 (-0400) Subject: Ensure that all testsuite dependencies are distributed. X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/777cdf8590abbf6178db5ddcdd8427741c378b05?hp=777cdf8590abbf6178db5ddcdd8427741c378b05 Ensure that all testsuite dependencies are distributed. Failing to distribute all testsuite dependencies will cause failures if the testsuite is modified. Unfortunately, this is not caught by distcheck because the testsuite is not rebuilt normally. Therefore, it is desirable for the dependencies to be picked up automatically to reduce the possibility of omission. We could check the M4 traces in a dist-hook, but then Autotest becomes a dependency for "make dist", even when the testsuite is not modified. Instead, distribute a record of all dependencies, and use that to implement the dist-hook. ---