From: Nick Bowler Date: Mon, 23 Jan 2023 04:31:24 +0000 (-0500) Subject: tests: Don't use AT_TESTED for optional build tools. X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/commitdiff_plain/6fb8cf34b6e66e2b81d53f0d166fd2a6db6b01fb?hp=6fb8cf34b6e66e2b81d53f0d166fd2a6db6b01fb 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. ---