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
d370faca
Commit
d370faca
authored
Jan 29, 2018
by
Maxime Perrotin
Browse files
Comply to ASN1SCC v4 argument ordering
parent
af39f72a
Changes
29
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-save/Makefile
View file @
d370faca
...
...
@@ -10,19 +10,19 @@ test-parse:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
test-c
:
$(OPENGEODE)
og.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
test-python
:
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-sequenceof/Makefile
View file @
d370faca
...
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
$(OPENGEODE)
test.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
test.ali
...
...
@@ -20,7 +20,7 @@ simu:
test-c
:
$(OPENGEODE)
test.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-sequenceof2/Makefile
View file @
d370faca
...
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
$(OPENGEODE)
test.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
test.ali
gnat make test_ada.ada
...
...
@@ -21,7 +21,7 @@ simu:
test-c
:
$(OPENGEODE)
test.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-simu/Makefile
View file @
d370faca
...
...
@@ -9,11 +9,10 @@ test-parse:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--check
test-ada
:
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-c
-g
test_ada.c
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-c
external_proc.c
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATBIND)
-n
orchestrator.ali
...
...
@@ -28,10 +27,9 @@ simu:
test-c
:
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-c
-g
test_c.c
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
--toC
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
$(CC)
-O
$(O)
test_c.c external_proc.c orchestrator.c
-o
test_c
./test_c | diff - expected
...
...
@@ -39,8 +37,8 @@ test-llvm: orchestrator.o
test-python
:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~orchestrator.adb
...
...
tests/regression/test-standalone/Makefile
View file @
d370faca
...
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
test-c
:
$(OPENGEODE)
og.pr
--toC
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-stateexclusion/Makefile
View file @
d370faca
...
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
$(OPENGEODE)
test.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
test.ali
...
...
@@ -20,7 +20,7 @@ simu:
test-c
:
$(OPENGEODE)
test.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-strings/Makefile
View file @
d370faca
...
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
dataview-uniq.o | test_ada.o
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATLINK)
-o
test_ada test_ada.o og.ali
-lgnat
...
...
@@ -19,7 +19,7 @@ test-ada: dataview-uniq.o | test_ada.o
test-c
:
dataview-uniq.o | test_ada.o
$(OPENGEODE)
og.pr
--toC
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-O
$(O)
test_c.c og.c dataview-uniq.c
-o
test_c
./test_c | diff - expected
...
...
tests/regression/test-ternary/Makefile
View file @
d370faca
...
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
test-c
:
$(OPENGEODE)
og.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-typecheck/Makefile
View file @
d370faca
...
...
@@ -13,7 +13,7 @@ test-ada:
test-c
:
$(OPENGEODE)
og.pr
--toC
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(CC)
-O
$(O)
-c
*
.c
...
...
Prev
1
2
Next
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