bench: delete useless defs.in files.

* bench/wdba/defs.in, bench/ltlclasses/defs.in,
bench/ltlcounter/defs.in: Delete.
* bench/wdba/run, bench/ltlclasses/run, bench/ltlcounter/run: Adjust not
to use them.
* configure.ac: Do not output the associated defs files.
This commit is contained in:
Alexandre Duret-Lutz 2013-01-06 19:03:56 +01:00
parent 885a535184
commit 16c7bc1975
7 changed files with 13 additions and 177 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2010, 2012 Laboratoire de Recherche et Développement de
# l'EPITA (LRDE)
# Copyright (C) 2010, 2012, 2013 Laboratoire de Recherche et
# Développement de l'EPITA (LRDE)
#
# This file is part of Spot, a model checking library.
#
@ -18,9 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
. ./defs
gen="$builddir/../../src/bin/genltl"
gen=../../src/bin/genltl
LTL2TGBA=../../src/tgbatest/ltl2tgba
for F in alpha beta beta-prime phi xi; do
echo "# Benching ltl2tgba_fm for family ccj-$F"