tgbatest: rewrite emptchk.test in C++
So that its run time goes from 10min+ to ~5s. * src/tgbatest/emptchk.cc: New file. * src/tgbatest/Makefile.am: Add it. * src/tgbatest/emptchk.test: Use it.
This commit is contained in:
parent
b360b02290
commit
bc2e68f85c
4 changed files with 239 additions and 70 deletions
|
|
@ -35,6 +35,7 @@ check_PROGRAMS = \
|
|||
complement \
|
||||
checkpsl \
|
||||
checkta \
|
||||
emptchk \
|
||||
expldot \
|
||||
explprod \
|
||||
intvcomp \
|
||||
|
|
@ -52,6 +53,7 @@ bitvect_SOURCES = bitvect.cc
|
|||
checkpsl_SOURCES = checkpsl.cc
|
||||
checkta_SOURCES = checkta.cc
|
||||
complement_SOURCES = complementation.cc
|
||||
emptchk_SOURCES = emptchk.cc
|
||||
expldot_SOURCES = powerset.cc
|
||||
expldot_CXXFLAGS = -DDOTTY
|
||||
explprod_SOURCES = explprod.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue