synthesis: Fix segfault when there is no output

* spot/twaalgos/synthesis.cc: here
* tests/python/synthesis.py: create a test
* tests/Makefile.am: add synthesis.py to the tests
This commit is contained in:
Florian Renkin 2021-09-13 17:46:33 +02:00
parent 306a45f239
commit ad5203e77a
3 changed files with 52 additions and 0 deletions

View file

@ -445,6 +445,7 @@ TESTS_python = \
python/stutter.py \
python/rs_like.py \
python/sum.py \
python/synthesis.py \
python/toparity.py \
python/trival.py \
python/tra2tba.py \