Fix two VPath-related bugs in bench.

* bench/ltl2tgba/known (ltlfile): Add a $srcdir.
* bench/ltlclasses/defs.in (builddir): Add the $builddir.
* bench/ltlclasses/run (gen): Change the $srcdir into $builddir.
This commit is contained in:
Thomas Badie 2012-04-14 21:56:47 +02:00
parent 876f8c90a2
commit 085ea52bf5
3 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,7 @@ test -f ./defs || {
}
srcdir='@srcdir@'
builddir='@builddir@'
# Ensure $srcdir is set correctly.
test -f "$srcdir/defs.in" || {