]> git.draconx.ca Git - dxcommon.git/commit
test-tap.at: Use PATH instead of hardcoding "$builddir/t"
authorNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:36:59 +0000 (15:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 6 Jan 2024 20:36:59 +0000 (15:36 -0500)
commit5255b0884bd50f2e96d2cbd5951cb4ef98eece5d
treea8c7c722357bec8a6d6c126f15032370a8799712
parent2fa6f6881b22fe1aabb2d25ed6040fd8e8ddb3b5
test-tap.at: Use PATH instead of hardcoding "$builddir/t"

Hardcoding "$builddir/t" doesn't work at all if VPATH builds need to
run programs in "$srcdir", which we do now need.  Generally PATH
lookups are more flexible in Autotest and work out much better.

Technically this is a change in behaviour so some downstream projects
may need to be updated.
Makefile.am
configure.ac
snippet/test-tap.at