* bench/ltl2tgba/algorithms: Reduce the number of Spot configuration tested. * bench/ltl2tgba/Makefile.am (run, small.txt, big.txt, known.txt): New rules. * bench/ltl2tgba/big, bench/ltl2tgba/small, bench/ltl2tgba/known: Add a 15min timeout to the lbtt configuration. * bench/ltl2tgba/defs.in: Adjust variable definitions to accept variable inderections. * bench/ltl2tgba/parseout.pl: Add an option to output the table in LaTeX. Also consider all formulae, not just the positive formulae. * bench/ltl2tgba/README: Update.
21 lines
550 B
Makefile
21 lines
550 B
Makefile
EXTRA_DIST = \
|
|
algorithms \
|
|
big \
|
|
formulae.ltl \
|
|
known \
|
|
parseout.pl \
|
|
small
|
|
CLEAN_FILES = \
|
|
big.cfg big.log big.txt \
|
|
small.cfg small.log small.txt \
|
|
known.cfg known.log known.txt
|
|
|
|
.PHONY = run
|
|
run: small.txt big.txt known.txt wfair.txt
|
|
|
|
small.txt: $(srcdir)/small $(srcdir)/algorithms $(top_srcdir)/configure.ac
|
|
$(srcdir)/small
|
|
big.txt: $(srcdir)/big $(srcdir)/algorithms $(top_srcdir)/configure.ac
|
|
$(srcdir)/big
|
|
known.txt: $(srcdir)/known $(srcdir)/algorithms $(srcdir)/formulae.ltl $(top_srcdir)/configure.ac
|
|
$(srcdir)/known
|