Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ce803b82
Commit
ce803b82
authored
Nov 22, 2017
by
Etienne Renault
Browse files
tests: add tests for parallel algorithms
* tests/ltsmin/check.test: here.
parent
ac86b0e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ltsmin/check.test
View file @
ce803b82
...
...
@@ -77,3 +77,17 @@ cat stderr
grep
'No variable'
stderr
grep
'No state'
stderr
grep
'Unexpected'
stderr
# Test parallel algorithms
# Test Deadlock
run
0
..
/
modelcheck
--
model
beem
-
peterson
.4.
dve2C
\
--
csv
--
has
-
deadlock
-
p
3
>
stdout
test
`grep "#" stdout | awk -F',' '{print $4}'`
=
"NO-DEADLOCK"
# Test Bloemen
run
0
..
/
modelcheck
--
model
beem
-
peterson
.4.
dve2C
\
--
csv
--
bloemen
-
p
3
>
stdout
test
`grep "#" stdout | awk -F',' '{print $7}'`
-
eq
29115
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment