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
54a6933f
Commit
54a6933f
authored
Mar 26, 2018
by
Maxime Perrotin
Browse files
Name files properly
parent
2a8f4920
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-shadowing/Makefile
View file @
54a6933f
...
...
@@ -11,7 +11,7 @@ test-parse:
test-ada
:
$(OPENGEODE)
og.pr
--toAda
mono
$(ASN1SCC)
-Ada
-typePrefix
asn1Scc
-equal
dataview-uniq.asn
gnat make test_
toto
.ada
&&
./test_
toto
gnat make test_
ada
.ada
&&
./test_
ada
#
$(GNATMAKE)
-O
$(O)
-c
*
.adb
#
$(GNATBIND)
-n
og.ali
...
...
tests/regression/test-shadowing/test_
toto
.ada
→
tests/regression/test-shadowing/test_
ada
.ada
View file @
54a6933f
with
og
;
procedure
test_
toto
is
procedure
test_
ada
is
begin
og
.
doSomething
;
end
test_
toto
;
end
test_
ada
;
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