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:
parent
24b78fde34
commit
6fb7e9faff
10 changed files with 644 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue