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:
Alexandre Duret-Lutz 2014-08-18 23:58:00 +02:00
parent b360b02290
commit bc2e68f85c
4 changed files with 239 additions and 70 deletions

View file

@ -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