mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-22 09:59:39 +00:00
Make out of tree build testing possible
This commit is contained in:
parent
5c6de04467
commit
c0779f488a
37 changed files with 131 additions and 119 deletions
|
|
@ -10,7 +10,7 @@ runTest() {
|
|||
want="$2"
|
||||
shift 2
|
||||
echo "running '$desc' with args $@"
|
||||
output=`../../yosys -q "$@" 2>&1`
|
||||
output=`${YOSYS} -q "$@" 2>&1`
|
||||
if [ $? -ne 1 ]; then
|
||||
fail "exit code for '$desc' was not 1"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue