Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
properties
Commits
72b430a5
Commit
72b430a5
authored
Mar 17, 2015
by
Maxime Perrotin
Browse files
Add test rule in makefile
parent
6b8b42f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
72b430a5
...
...
@@ -6,5 +6,8 @@ install:
clean
:
@
rm
-rf
build dist
*
.egg-info properties/
*
.pyc
test
:
properties/properties.py
-s
../test/properties
test
/
*
.pr
cd test
&&
asn1.exe
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
&&
gnatmake
-c
orchestrator_stop_conditions.adb
.PHONY
:
all install clean
.PHONY
:
all install clean
test
properties/properties.py
View file @
72b430a5
...
...
@@ -78,6 +78,7 @@ def parse_input_files(pr_files, ppty_file):
process
.
transitions
=
[]
process
.
composite_states
=
[]
process
.
mapping
=
{
state
:[]
for
state
in
process
.
mapping
.
keys
()}
process
.
processName
=
'{}_stop_conditions'
.
format
(
process
.
processName
)
idx
=
0
for
each
in
stop_conditions
:
proc
=
opengeode
.
ogAST
.
Procedure
()
...
...
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