Preliminary implementation of an LBTT clone.
* src/bin/ltlcheck.cc: New file. * src/bin/Makefile.am: Add it.
This commit is contained in:
parent
f38405002a
commit
df743e5057
2 changed files with 540 additions and 1 deletions
|
|
@ -42,9 +42,10 @@ libcommon_a_SOURCES = \
|
|||
common_setup.hh \
|
||||
common_sys.hh
|
||||
|
||||
bin_PROGRAMS = ltlfilt genltl randltl ltl2tgba ltl2tgta
|
||||
bin_PROGRAMS = ltlfilt genltl randltl ltl2tgba ltl2tgta ltlcheck
|
||||
ltlfilt_SOURCES = ltlfilt.cc
|
||||
genltl_SOURCES = genltl.cc
|
||||
randltl_SOURCES = randltl.cc
|
||||
ltl2tgba_SOURCES = ltl2tgba.cc
|
||||
ltl2tgta_SOURCES = ltl2tgta.cc
|
||||
ltlcheck_SOURCES = ltlcheck.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue