* src/misc/optionmap.hh, src/misc/optionmap.cc
(option_map::parse_options): Rewrite. Do not modify the input string, allow !foo as a shorthand for foo=0, and support K and M suffixes for values. * src/tgbatest/randtgba.cc (cons_emptiness_check): Simplify. * wrap/python/spot.i: Process optionmap.hh. * wrap/python/tests/optionmap.py: New file. * wrap/python/tests/Makefile.am (TESTS): Add it.
This commit is contained in:
parent
f3effb9da0
commit
fed4b6f05c
7 changed files with 170 additions and 40 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
## et Marie Curie.
|
||||
##
|
||||
|
|
@ -34,4 +34,5 @@ TESTS = \
|
|||
ltl2tgba.test \
|
||||
interdep.py \
|
||||
minato.py \
|
||||
modgray.py
|
||||
modgray.py \
|
||||
optionmap.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue