tra2tba: Add support for Rabin like automata

* spot/twaalgos/tra2tba.cc: Support Rabin like input
* tests/core/tra2tba.cc: Remove C tests
* tests/core/tra2tba.test: Remove C tests
* tests/python/tra2tba.py: Convert C tests to python
* tests/Makefile.am: Remove C tests and add python tests
This commit is contained in:
Henrich Lauko 2017-05-18 11:23:36 +00:00 committed by Alexandre Duret-Lutz
parent e1271bf8b3
commit 69cf3c5590
4 changed files with 185 additions and 167 deletions

View file

@ -92,7 +92,6 @@ check_PROGRAMS = \
core/sccif \
core/syntimpl \
core/taatgba \
core/tra2tba \
core/trival \
core/tgbagraph \
core/tostring \
@ -140,7 +139,6 @@ core_safra_SOURCES = core/safra.cc
core_sccif_SOURCES = core/sccif.cc
core_syntimpl_SOURCES = core/syntimpl.cc
core_tostring_SOURCES = core/tostring.cc
core_tra2tba_SOURCES = core/tra2tba.cc
core_trival_SOURCES = core/trival.cc
core_tunabbrev_SOURCES = core/equalsf.cc
core_tunabbrev_CPPFLAGS = $(AM_CPPFLAGS) -DUNABBREV='"^ieFG"'
@ -298,8 +296,7 @@ TESTS_twa = \
core/complementation.test \
core/randpsl.test \
core/cycles.test \
core/acc_word.test \
core/tra2tba.test
core/acc_word.test
############################## PYTHON ##############################
@ -372,6 +369,7 @@ TESTS_python = \
python/rs_like.py \
python/sum.py \
python/trival.py \
python/tra2tba.py \
python/twagraph.py \
$(TESTS_ipython)
endif