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/shared.mk
View file @
d370faca
...
@@ -20,15 +20,15 @@ clean:
...
@@ -20,15 +20,15 @@ clean:
%.c
:
%.pr FORCE
%.c
:
%.pr FORCE
$(OPENGEODE)
$<
system_structure.pr
--toC
$(OPENGEODE)
$<
system_structure.pr
--toC
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
%.ali
:
%.pr FORCE
%.ali
:
%.pr FORCE
$(OPENGEODE)
$<
system_structure.pr
--toAda
$(OPENGEODE)
$<
system_structure.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
-g
-fprofile-arcs
-ftest-coverage
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
-g
-fprofile-arcs
-ftest-coverage
*
.adb
%.o
:
%.asn FORCE
%.o
:
%.asn FORCE
mono
$(ASN1SCC)
-c
$<
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
$<
$(CC)
-O
$(O)
-c
-g
$*
.c
$(CC)
-O
$(O)
-c
-g
$*
.c
%.o
:
%.c FORCE
%.o
:
%.c FORCE
...
...
tests/regression/test-aggregation2/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
@@ -27,8 +27,8 @@ test-llvm:
...
@@ -27,8 +27,8 @@ test-llvm:
test-python
:
test-python
:
$(OPENGEODE)
og.pr
--shared
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-asn1constants/Makefile
View file @
d370faca
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
test-python
:
test-python
:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
...
...
tests/regression/test-battery/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
car.ali
$(GNATBIND)
-n
car.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-choice/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-debug/Makefile
View file @
d370faca
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
test-python
:
test-python
:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
...
...
tests/regression/test-eds1/Makefile
View file @
d370faca
...
@@ -13,7 +13,7 @@ test-ada:
...
@@ -13,7 +13,7 @@ test-ada:
test-c
:
test-c
:
$(OPENGEODE)
testsc.pr
--toC
$(OPENGEODE)
testsc.pr
--toC
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(CC)
-O
$(O)
-c
*
.c
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-eds2/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
demodevicedsap.pr
--toAda
$(OPENGEODE)
demodevicedsap.pr
--toAda
mono
$(ASN1SCC)
-Ada
*
.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
*
.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
demodevicedsap.ali
$(GNATBIND)
-n
demodevicedsap.ali
test-c
:
test-c
:
$(OPENGEODE)
demodevicedsap.pr
--toC
$(OPENGEODE)
demodevicedsap.pr
--toC
mono
$(ASN1SCC)
-c
*
.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
*
.asn
$(CC)
-O
$(O)
-c
*
.c
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-emptysequence/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-emptysequence2/Makefile
View file @
d370faca
...
@@ -10,7 +10,7 @@ test-parse:
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
test.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
test.ali
$(GNATBIND)
-n
test.ali
...
@@ -20,7 +20,7 @@ simu:
...
@@ -20,7 +20,7 @@ simu:
test-c
:
test-c
:
$(OPENGEODE)
test.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-forloop/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-iterators/Makefile
View file @
d370faca
...
@@ -17,7 +17,7 @@ test-ada:
...
@@ -17,7 +17,7 @@ test-ada:
[
$(ARCH)
==
64
]
&&
EXTRAFLAG
=
"--target=x86_64-linux"
;
\
[
$(ARCH)
==
64
]
&&
EXTRAFLAG
=
"--target=x86_64-linux"
;
\
mkdir
-p
build
&&
cp
*
.pr
*
.asn model_checker.gpr properties build
&&
cd
build
&&
\
mkdir
-p
build
&&
cp
*
.pr
*
.asn model_checker.gpr properties build
&&
cd
build
&&
\
../../../../opengeode/opengeode.py orchestrator.pr
--shared
&&
\
../../../../opengeode/opengeode.py orchestrator.pr
--shared
&&
\
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
&&
\
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
&&
\
taste-properties
-d
-s
properties orchestrator.pr
&&
\
taste-properties
-d
-s
properties orchestrator.pr
&&
\
taste-asn1-iterators
*
.asn
&&
gprbuild
-Pmodel_checker
$$
EXTRAFLAG
&&
./model_checker
taste-asn1-iterators
*
.asn
&&
gprbuild
-Pmodel_checker
$$
EXTRAFLAG
&&
./model_checker
...
...
tests/regression/test-nocif/Makefile
View file @
d370faca
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
...
@@ -22,7 +22,7 @@ test-llvm: orchestrator.o
test-python
:
test-python
:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
b~orchestrator.adb
$(GNATMAKE)
-c
b~orchestrator.adb
...
...
tests/regression/test-optionalfield/Makefile
View file @
d370faca
...
@@ -10,18 +10,18 @@ test-parse:
...
@@ -10,18 +10,18 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
cp
test_ada.ada test_ada.adb
&&
gnat make test_ada.adb
&&
./test_ada
cp
test_ada.ada test_ada.adb
&&
gnat make test_ada.adb
&&
./test_ada
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
test-python
:
test-python
:
$(OPENGEODE)
og.pr
--shared
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview.asn
mono
$(ASN1SCC)
-c
dataview.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-procedure/Makefile
View file @
d370faca
...
@@ -13,7 +13,7 @@ test-ada:
...
@@ -13,7 +13,7 @@ test-ada:
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
...
tests/regression/test-processfpar1/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
c
...
...
tests/regression/test-provided1/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
@@ -27,8 +27,8 @@ test-llvm:
...
@@ -27,8 +27,8 @@ test-llvm:
test-python
:
test-python
:
$(OPENGEODE)
og.pr
--shared
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-provided2/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
@@ -27,8 +27,8 @@ test-llvm:
...
@@ -27,8 +27,8 @@ test-llvm:
test-python
:
test-python
:
$(OPENGEODE)
og.pr
--shared
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-provided3/Makefile
View file @
d370faca
...
@@ -10,13 +10,13 @@ test-parse:
...
@@ -10,13 +10,13 @@ test-parse:
test-ada
:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(CC)
-O
$(O)
-c
*
.c
...
@@ -27,8 +27,8 @@ test-llvm:
...
@@ -27,8 +27,8 @@ test-llvm:
test-python
:
test-python
:
$(OPENGEODE)
og.pr
--shared
$(OPENGEODE)
og.pr
--shared
mono
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
mono
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
mono
$(ASN1SCC)
-c
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Llibog
og
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
...
...
tests/regression/test-recursion/Makefile
View file @
d370faca
...
@@ -10,7 +10,7 @@ test-parse:
...
@@ -10,7 +10,7 @@ test-parse:
test-ada
:
dataview-uniq.o test_ada.o
test-ada
:
dataview-uniq.o test_ada.o
$(OPENGEODE)
og.pr
--toAda
$(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
$(GNATMAKE)
-O
$(O)
-c
*
.adb
$(GNATBIND)
-n
og.ali
$(GNATBIND)
-n
og.ali
$(GNATLINK)
-o
test_ada test_ada.o dataview-uniq.o og.ali
-lgnat
$(GNATLINK)
-o
test_ada test_ada.o dataview-uniq.o og.ali
-lgnat
...
@@ -18,7 +18,7 @@ test-ada: dataview-uniq.o test_ada.o
...
@@ -18,7 +18,7 @@ test-ada: dataview-uniq.o test_ada.o
test-c
:
test-c
:
$(OPENGEODE)
og.pr
--toC
$(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
$(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