]> git.draconx.ca Git - dxcommon.git/commit
tests: Don't use AT_TESTED for optional build tools.
authorNick Bowler <nbowler@draconx.ca>
Mon, 23 Jan 2023 04:31:24 +0000 (23:31 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 23 Jan 2023 05:05:47 +0000 (00:05 -0500)
commit6fb8cf34b6e66e2b81d53f0d166fd2a6db6b01fb
treeac48eb348597de4f7f756faf9fd310f172bb552a
parentc3b7ff6af1fa247b4df631d924f8b79fc6f6fc90
tests: Don't use AT_TESTED for optional build tools.

Turns out that AT_TESTED causes a hard failure if a listed tool is not
installed.  This makes it useless to get version numbers recorded for
build tools that may or may not be available, so I guess we just have
to code that up explicitly.
testsuite.at