6118be808c
Because I don't know how to redirect properly in tcl, there are some small scripts that do this for me. With your standard make check, all is good because the scripts and the binary are in the usual spots. make distcheck however puts them all over the place. The binary is in a different tree to the test and aux scripts. The change now tells where aux script where its binary is.
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
TESTPROG=${1}
|
|
${TESTPROG} >/dev/full
|