Fix some VPATH related bugs.
* bench/ltl2tgba/defs.in (LTLFILT): Add this variable. * bench/ltl2tgba/big, bench/ltl2tgba/small: Use $LTLFILT. * bench/ltl2tgba/known: Add a missing '$srcdir'.
This commit is contained in:
parent
9386923074
commit
9c4e9c896f
4 changed files with 5 additions and 3 deletions
|
|
@ -21,5 +21,5 @@
|
|||
. ./defs
|
||||
. "$srcdir/algorithms"
|
||||
|
||||
$RANDLTL -n 100 --tree-size=10 p1 p2 p3 p4 | ltlfilt --nnf |
|
||||
$RANDLTL -n 100 --tree-size=10 p1 p2 p3 p4 | $LTLFILT --nnf |
|
||||
$LTLCROSS "$@" --csv=small.csv --json=small.json 2>&1 | tee small.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue