tests: Improve tests related to SAT-minimization
* tests/core/satmin.test: Delete check for SPOT_SATSOLVER env variable and add state numbers verification. * tests/core/satmin2.test: Delete check for SPOT_SATSOLVER env variable. * tests/python/satmin.py: Delete check for SPOT_SATSOLVER env variable.
This commit is contained in:
parent
32f040fa45
commit
dfd500a559
3 changed files with 592 additions and 31 deletions
|
|
@ -17,13 +17,8 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import shutil
|
||||
import sys
|
||||
import spot
|
||||
|
||||
# Ignore the test if glucose is not installed.
|
||||
if shutil.which("glucose") == None:
|
||||
sys.exit(77)
|
||||
|
||||
aut = spot.translate('GFa & GFb', 'BA')
|
||||
assert aut.num_sets() == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue