bench: fix bench/ltl2tgba for new bin location
* bench/ltl2tgba/Makefile.am, bench/ltl2tgba/defs.in: Update location of tools. * NEWS: Mention the fix.
This commit is contained in:
parent
79ef4e5a1e
commit
fd5d59984b
3 changed files with 12 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## -*- coding: utf-8 -*-
|
||||
## Copyright (C) 2013 Laboratoire de Recherche et Développement de
|
||||
## l'Epita (LRDE).
|
||||
## Copyright (C) 2013, 2016 Laboratoire de Recherche et Développement
|
||||
## de l'Epita (LRDE).
|
||||
##
|
||||
## This file is part of Spot, a model checking library.
|
||||
##
|
||||
|
|
@ -42,13 +42,13 @@ json: $(OUTJSON)
|
|||
|
||||
deps = $(srcdir)/tools \
|
||||
$(top_srcdir)/configure.ac \
|
||||
$(top_builddir)/src/bin/ltl2tgba
|
||||
$(top_builddir)/bin/ltl2tgba
|
||||
|
||||
small.json: $(srcdir)/small $(deps)
|
||||
$(srcdir)/small
|
||||
big.json: $(srcdir)/big $(deps)
|
||||
$(srcdir)/big
|
||||
known.json: $(srcdir)/known $(srcdir)/formulae.ltl $(deps)
|
||||
known.json: $(srcdir)/known $(deps)
|
||||
$(srcdir)/known
|
||||
|
||||
results.tex: $(srcdir)/sum.py $(OUTJSON)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# -*- mode: shell-script; coding: utf-8 -*-
|
||||
# Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement
|
||||
# Copyright (C) 2012, 2013, 2016 Laboratoire de Recherche et Développement
|
||||
# de l'Epita (LRDE).
|
||||
# Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
# département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
|
|
@ -36,13 +36,14 @@ test -f "$srcdir/defs.in" || {
|
|||
|
||||
top_builddir="@top_builddir@"
|
||||
LBT="@LBT@"
|
||||
LTLCROSS="$top_builddir/src/bin/ltlcross@EXEEXT@"
|
||||
LTLFILT="$top_builddir/src/bin/ltlfilt@EXEEXT@"
|
||||
RANDLTL="$top_builddir/src/bin/randltl@EXEEXT@"
|
||||
LTLCROSS="$top_builddir/bin/ltlcross@EXEEXT@"
|
||||
LTLFILT="$top_builddir/bin/ltlfilt@EXEEXT@"
|
||||
RANDLTL="$top_builddir/bin/randltl@EXEEXT@"
|
||||
GENLTL="$top_builddir/bin/genltl@EXEEXT@"
|
||||
LTL2BA="@LTL2BA@"
|
||||
LTL3BA="@LTL3BA@"
|
||||
LTL2NBA="@LTL2NBA@"
|
||||
LTL2TGBA="@top_builddir@/src/bin/ltl2tgba@EXEEXT@"
|
||||
LTL2TGBA="@top_builddir@/bin/ltl2tgba@EXEEXT@"
|
||||
MODELLA="@MODELLA@"
|
||||
SPIN="@SPIN@"
|
||||
WRING2LBTT="@WRING2LBTT@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue