Skip to content

Commit

Permalink
Add non-regression test for AF
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneandre committed Jan 19, 2024
1 parent 7d481df commit 4d4db56
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tests/regression_tests_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16208,6 +16208,36 @@

,

#------------------------------------------------------------
{
# Test version : 1
# Test author : Étienne André
# Test since : 2024/01/19
# Last modified : 2024/01/19
# Test for IMITATOR version: 3.4
'purpose' : 'Test AF: simple reachability',
'tags' : 'AF',
'input_files': ['AF/AF-simple.imi' , 'basic-properties/synth-AF-accepting.imiprop'],
'options' : '',
'expectations' : [
{'file': 'AF-simple.res' , 'content' : """
BEGIN CONSTRAINT
5 >= p
& p > 2
OR
2 > p
& p >= 0
END CONSTRAINT

"""
} # end result file
,
] # end expectations
} # end test case
#------------------------------------------------------------

,

#*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
# ??
#*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Expand Down

0 comments on commit 4d4db56

Please sign in to comment.