]> git.draconx.ca Git - dxcommon.git/commit
Check for stray configure output.
authorNick Bowler <nbowler@draconx.ca>
Sun, 30 Jan 2022 03:02:47 +0000 (22:02 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 30 Jan 2022 03:49:05 +0000 (22:49 -0500)
commitafc0149dd2e0393d529c5322f25396039872f787
tree62b5901788778f4fd197ba17e7e352136f2a3af5
parent5865ffc2d8b828aa78235fbdcf9dfe18a8799980
Check for stray configure output.

Instead of ignoring all configure output in tests, we can use the
--quiet option to suppress informational messages and then ensure
the output is empty.  This should catch stray output from macros.
tests/libs.at
testsuite.at