]> git.draconx.ca Git - dxcommon.git/commit
Allow testsuite to run configure with alternate shells.
authorNick Bowler <nbowler@draconx.ca>
Tue, 9 Mar 2021 03:06:38 +0000 (22:06 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 9 Mar 2021 03:30:35 +0000 (22:30 -0500)
commit65cd51576af61ad651c5f1546c4ded144017cfa4
treeda6db7f9b549ce0bc1e68b7ed04eff7ed9f21ab8
parentf14190dbcda7e9cf94e1691163081b98ecd2f3b1
Allow testsuite to run configure with alternate shells.

For portability testing of autoconf macros, it is useful to be able
to have the tests run configure with different shells.  Add a global
knob to do this: just run make check with TEST_SHELL=whatever and
the testsuite will set CONFIG_SHELL in testcases appropriately.

Or configure the whole package with CONFIG_SHELL and that will get
passed down too.

However, avoid running the testsuite itself by default with such a
shell because that's not actually what we're trying to test.
atlocal.in
tests/macros.at
testsuite.at