Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
738d4c8f
Commit
738d4c8f
authored
Jun 27, 2014
by
dbarbera
Browse files
Added test14 to tests execution list
parent
8d04480c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test14/Makefile
View file @
738d4c8f
all
:
test
all
:
test
-ada test-llvm
parse
:
test-
parse
:
../../../opengeode.py sequences.pr system_structure.pr
--check
generate-ada
:
@
../../../opengeode.py sequences.pr system_structure.pr
--check
--toAda
compile-ada
:
generate-ada
@
asn1.exe
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
@
gnatmake
-c
*
.adb
run-ada
:
compile-ada
@
gcc
-c
test_ada.c
@
gnatbind
-n
sequences.ali
@
gnatlink test_ada.o sequences.ali
-lgnat
-lm
-o
testcase
@
./testcase | diff expected -
generate-llvm
:
@
../../../opengeode.py sequences.pr system_structure.pr
--check
--llvm
compile-llvm
:
generate-llvm
@
llc sequences.ll
@
gcc
-c
sequences.s
run-llvm
:
compile-llvm
@
gcc
-c
test_llvm.c
@
gcc sequences.o test_llvm.o
-o
testcase
@
./testcase | diff expected -
test
:
run-ada run-llvm
echo
"ALL OK!"
test-ada
:
../../../opengeode.py sequences.pr system_structure.pr
--check
--toAda
asn1.exe
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
gnatmake
-c
*
.adb
gcc
-c
test_ada.c
gnatbind
-n
sequences.ali
gnatlink test_ada.o sequences.ali
-lgnat
-lm
-o
testcase
./testcase | diff expected -
test-llvm
:
../../../opengeode.py sequences.pr system_structure.pr
--check
--llvm
llc sequences.ll
gcc
-c
sequences.s
gcc
-c
test_llvm.c
gcc sequences.o test_llvm.o
-o
testcase
./testcase | diff expected -
clean
:
@
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali gnat.cfg examiner bin
*
.wrn
*
.gpr testcase
rm
-rf
*
.adb
*
.ads
*
.pyc runSpark.sh spark.idx
*
.o
*
.ali
\
gnat.cfg examiner bin
*
.wrn
*
.gpr testcase sequences.ll sequences.s
tests/test.py
View file @
738d4c8f
...
...
@@ -20,6 +20,7 @@ paths = [
'regression/test11'
,
'regression/test12'
,
'regression/test13'
,
'regression/test14'
,
]
...
...
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