Add ltl2aa binary to tests/core
This commit is contained in:
parent
8f4ba3ec1a
commit
11c469648f
3 changed files with 25 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ check_PROGRAMS = \
|
|||
core/intvcomp \
|
||||
core/intvcmp2 \
|
||||
core/kripkecat \
|
||||
core/ltl2aa \
|
||||
core/ltl2dot \
|
||||
core/ltl2text \
|
||||
core/ltlrel \
|
||||
|
|
@ -129,6 +130,7 @@ core_cube_SOURCES = core/cube.cc
|
|||
core_equals_SOURCES = core/equalsf.cc
|
||||
core_kind_SOURCES = core/kind.cc
|
||||
core_length_SOURCES = core/length.cc
|
||||
core_ltl2aa_SOURCES = core/ltl2aa.cc
|
||||
core_ltl2dot_SOURCES = core/readltl.cc
|
||||
core_ltl2dot_CPPFLAGS = $(AM_CPPFLAGS) -DDOTTY
|
||||
core_ltl2text_SOURCES = core/readltl.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue