Speedup reduc.test by not spawning one process per formula.

* src/ltltest/reduc.cc: Add an option -f to read a lost of
formulae from a file.  Running a process for each formula was
too slow.  Also add an option -h to hide reduced formulae.
* src/ltltest/reduc.test: Simplify accordingly.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-21 14:54:36 +01:00
parent 7262dff0d9
commit 062045eb45
3 changed files with 182 additions and 106 deletions

View file

@ -1,3 +1,12 @@
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Speedup reduc.test by not spawning one process per formula.
* src/ltltest/reduc.cc: Add an option -f to read a lost of
formulae from a file. Running a process for each formula was
too slow. Also add an option -h to hide reduced formulae.
* src/ltltest/reduc.test: Simplify accordingly.
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Move the last test from emptchk.test to emptchke.test.