tgbatest: implement a large part of ltl2tgba.test in c++
So that running valgrind is a lot more efficient. Running ltl2tgba.test using to take more than 15min. We are now down to 25sec. * src/tgbatest/checkpsl.cc: New file. * src/tgbatest/Makefile.am: Add it. * src/tgbatest/ltl2tgba.test: Adjust.
This commit is contained in:
parent
6a741189bc
commit
9502266f95
4 changed files with 190 additions and 70 deletions
|
|
@ -33,6 +33,7 @@ check_SCRIPTS = defs
|
|||
check_PROGRAMS = \
|
||||
bitvect \
|
||||
complement \
|
||||
checkpsl \
|
||||
expldot \
|
||||
explprod \
|
||||
intvcomp \
|
||||
|
|
@ -47,6 +48,7 @@ check_PROGRAMS = \
|
|||
|
||||
# Keep this sorted alphabetically.
|
||||
bitvect_SOURCES = bitvect.cc
|
||||
checkpsl_SOURCES = checkpsl.cc
|
||||
complement_SOURCES = complementation.cc
|
||||
expldot_SOURCES = powerset.cc
|
||||
expldot_CXXFLAGS = -DDOTTY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue