Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
fd9a3fdc
Commit
fd9a3fdc
authored
Jul 21, 2017
by
Maxime Perrotin
Browse files
Add 64bits target support to Makefile
parent
9f52f615
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-iterators/Makefile
View file @
fd9a3fdc
...
...
@@ -14,11 +14,12 @@ test-parse:
$(OPENGEODE)
orchestrator.pr
--check
test-ada
:
uname
-a
|
grep
x86_64
&&
EXTRAFLAG
=
"--target=x86_64-linux"
;
\
mkdir
-p
build
&&
cp
*
.pr
*
.asn model_checker.gpr properties build
&&
cd
build
&&
\
../../../../opengeode/opengeode.py orchestrator.pr
--shared
&&
\
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
&&
\
taste-properties
-d
-s
properties orchestrator.pr
&&
\
taste-asn1-iterators
*
.asn
&&
gprbuild
-Pmodel_checker
&&
./model_checker
taste-asn1-iterators
*
.asn
&&
gprbuild
-Pmodel_checker
$$
EXTRAFLAG
&&
./model_checker
simu
:
test-ada
cd
build
&&
make
-f
Makefile.properties
&&
\
...
...
Write
Preview
Supports
Markdown
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