diff --git a/NEWS b/NEWS index 55f8695eb..c44404b37 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,8 @@ New in spot 2.0.0a (not yet released) will now unregister atomic propositions that are no longer used in labels. Simplification of exclusive properties and remove_ap::strip() will do similarly. + * bench/ltl2tgba/ was not working since the source code + reorganization of 1.99.7. New in spot 2.0 (2016-04-11) diff --git a/bench/ltl2tgba/Makefile.am b/bench/ltl2tgba/Makefile.am index 74150d0af..9bccb4c63 100644 --- a/bench/ltl2tgba/Makefile.am +++ b/bench/ltl2tgba/Makefile.am @@ -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) diff --git a/bench/ltl2tgba/defs.in b/bench/ltl2tgba/defs.in index ad2de6b6f..ba0dac903 100644 --- a/bench/ltl2tgba/defs.in +++ b/bench/ltl2tgba/defs.in @@ -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@"