more coverage
* python/spot/impl.i: Add missing bindings from remprop.hh * tests/python/except.py: New file to test several error cases. * tests/Makefile.am: Add it. * spot/twaalgos/rabin2parity.cc (iar): Fix error message.
This commit is contained in:
parent
206b1ee287
commit
527c802511
4 changed files with 67 additions and 7 deletions
|
|
@ -138,6 +138,7 @@
|
|||
#include <spot/twaalgos/neverclaim.hh>
|
||||
#include <spot/twaalgos/randomize.hh>
|
||||
#include <spot/twaalgos/remfin.hh>
|
||||
#include <spot/twaalgos/remprop.hh>
|
||||
#include <spot/twaalgos/totgba.hh>
|
||||
#include <spot/twaalgos/sbacc.hh>
|
||||
#include <spot/twaalgos/sccinfo.hh>
|
||||
|
|
@ -579,6 +580,7 @@ def state_is_accepting(self, src) -> "bool":
|
|||
%include <spot/twaalgos/neverclaim.hh>
|
||||
%include <spot/twaalgos/randomize.hh>
|
||||
%include <spot/twaalgos/remfin.hh>
|
||||
%include <spot/twaalgos/remprop.hh>
|
||||
%include <spot/twaalgos/totgba.hh>
|
||||
%include <spot/twaalgos/sbacc.hh>
|
||||
%traits_swigtype(spot::scc_info_node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue