ltsmin: fix test cases and naming.
* iface/ltsmin/kripke.test: Fix detection of divine's ltsmin option. * iface/ltsmin/finite.test: Likewise. Also extra the Spins test into... * iface/ltsmin/finite2.test: ... this new file, so that we can test the divine and spins interfaces independently. * iface/ltsmin/Makefile.am: Distribute finite2.test and finite.pm. * iface/ltsmin/ltsmin.cc, iface/ltsmin/ltsmin.hh, iface/ltsmin/modelcheck.cc: Adjust function names.
This commit is contained in:
parent
dd4b821d93
commit
3e266a2a6c
8 changed files with 92 additions and 65 deletions
|
|
@ -217,10 +217,10 @@ checked_main(int argc, char **argv)
|
|||
|
||||
if (output != DotFormula)
|
||||
{
|
||||
tm.start("loading spins");
|
||||
model = spot::load_model(argv[1], dict, &ap, deadf,
|
||||
compress_states, true);
|
||||
tm.stop("loading spins");
|
||||
tm.start("loading ltsmin model");
|
||||
model = spot::load_ltsmin(argv[1], dict, &ap, deadf,
|
||||
compress_states, true);
|
||||
tm.stop("loading ltsmin model");
|
||||
|
||||
if (!model)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue