python: export the sbacc() algorithm

Fixes #274.

* python/spot/impl.i: Bind sbacc().
* tests/python/sbacc.py: New tesat.
* tests/Makefile.am: Add sbacc.py.
This commit is contained in:
Alexandre Duret-Lutz 2017-07-17 14:20:45 +02:00
parent da0cdf1184
commit 2ecd93ace8
3 changed files with 29 additions and 0 deletions

View file

@ -360,6 +360,7 @@ TESTS_python = \
python/relabel.py \
python/remfin.py \
python/satmin.py \
python/sbacc.py \
python/sccfilter.py \
python/sccinfo.py \
python/setacc.py \