Fix a longstanding bug reported by Kristin Y. Rozier..

* src/ltlast/formula.hh (formula_ptr_less_than::operator()):
Fix a typo where `l' was typed as `1'.
* src/tgbatest/ltlcounter/: New files from Kristin Y. Rozier.
* src/tgbatest/ltlcounter.test: New
* src/tgbatest/Makefile.am (TESTS): Add ltlcounter.test.
(EXTRA_DIST): Add files in ltlcounter/.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-04 18:05:48 +01:00
parent 24b78fde34
commit 6fb7e9faff
10 changed files with 644 additions and 3 deletions

View file

@ -94,10 +94,14 @@ TESTS = \
emptchke.test \
dfs.test \
emptchkr.test \
ltlcounter.test \
spotlbtt.test \
complementation.test
EXTRA_DIST = $(TESTS)
EXTRA_DIST = $(TESTS) ltlcounter/LTLcounter.pl \
ltlcounter/LTLcounterCarry.pl ltlcounter/LTLcounterCarryLinear.pl \
ltlcounter/LTLcounterLinear.pl ltlcounter/README \
ltlcounter/software_agreement.txt
distclean-local:
rm -rf $(TESTS:.test=.dir)