Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tiamo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maximilien COLANGE
tiamo
Commits
f31aabdb
Commit
f31aabdb
authored
Mar 29, 2016
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tests.
parent
d3f46391
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
2 deletions
+44
-2
Makefile.am
Makefile.am
+4
-1
tests/test_1.data
tests/test_1.data
+1
-1
tests/test_2.data
tests/test_2.data
+13
-0
tests/test_3.data
tests/test_3.data
+13
-0
tests/test_4.data
tests/test_4.data
+13
-0
No files found.
Makefile.am
View file @
f31aabdb
...
...
@@ -39,4 +39,7 @@ DATA_LOG_DRIVER = ./teamcity-test-driver
DATA_LOG_COMPILER
=
./run_test.pl
TESTS
=
\
tests/test_1.data
tests/test_1.data
\
tests/test_2.data
\
tests/test_3.data
\
tests/test_4.data
tests/test_1.data
View file @
f31aabdb
Simple Reachability, default options
Dummy model, reachability, BFS, regular inclusion test
./tiamo reach tests/bla.xml
Input automaton parsed, computing LU bounds
...
...
tests/test_2.data
0 → 100644
View file @
f31aabdb
Dummy model, reachability, BFS, abstract inclusion test
./tiamo reach tests/bla.xml -incl sri
Input automaton parsed, computing LU bounds
discrete states: 2
states seen: 2
states explored: 1
max size of storage: 2
incl tests: 0
pos. incl tests: 0
Result of verification is Reachable!
Path is
tests/test_3.data
0 → 100644
View file @
f31aabdb
Dummy model, reachability, DFS, regular inclusion test
./tiamo reach tests/bla.xml -order DFS
Input automaton parsed, computing LU bounds
discrete states: 2
states seen: 2
states explored: 1
max size of storage: 2
incl tests: 0
pos. incl tests: 0
Result of verification is Reachable!
Path is
tests/test_4.data
0 → 100644
View file @
f31aabdb
Dummy model, reachability, DFS, abstract inclusion test
./tiamo reach tests/bla.xml -order DFS -incl sri
Input automaton parsed, computing LU bounds
discrete states: 2
states seen: 2
states explored: 1
max size of storage: 2
incl tests: 0
pos. incl tests: 0
Result of verification is Reachable!
Path is
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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