Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMC-SOG
PN-Parser
Commits
c9843701
Commit
c9843701
authored
Jan 23, 2019
by
Jaime Arias
Browse files
Add a test case
parent
1bae1081
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test.cpp
View file @
c9843701
...
@@ -5,4 +5,5 @@
...
@@ -5,4 +5,5 @@
TEST_CASE
(
"Parsing simple file"
,
"[Simple]"
)
{
TEST_CASE
(
"Parsing simple file"
,
"[Simple]"
)
{
net
model
(
"ring2.net"
,
"Obs2_ring"
);
net
model
(
"ring2.net"
,
"Obs2_ring"
);
REQUIRE
(
model
.
nbPlace
()
==
16
);
REQUIRE
(
model
.
nbPlace
()
==
16
);
REQUIRE
(
model
.
nbTransition
()
==
16
);
}
}
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