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
651e9cb7
Commit
651e9cb7
authored
Feb 14, 2018
by
Maxime Perrotin
Browse files
Add test binary
parent
b734f36b
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-demo2callers/Makefile
View file @
651e9cb7
...
...
@@ -8,11 +8,9 @@ edit:
test-parse
:
$(OPENGEODE)
f1.pr system_structure.pr
--check
test-ada
:
f1.ali dataview-uniq.o | test_ada.o
$(GNATBIND)
-n
f1.ali
$(GNATLINK)
-o
test_ada test_ada.o dataview-uniq.o f1.ali
-lgnat
./test_ada
#gcov f1.adb
test-ada
:
f1.ali
cp
check.ada check.adb
&&
cp
ris.ada ris.ads
&&
\
$(GNATMAKE)
-O
$(O)
-gnat2012
-g
-fprofile-arcs
-ftest-coverage
check.adb
&&
./check
test-c
:
f1.c test_c.o dataview-uniq.o
$(CC)
f1.c
-c
-o
f1.o
...
...
tests/regression/test-demo2callers/check.ada
0 → 100644
View file @
651e9cb7
with
f1
;
use
f1
;
with
RIs
;
procedure
check
is
begin
f1
.
pulse
;
end
check
;
tests/regression/test-demo2callers/ris.ada
0 → 100644
View file @
651e9cb7
with
taste_dataview
;
package
ris
is
procedure
AA
(
p
:
access
taste_dataview
.
asn1SccMySeq
)
is
null
;
pragma
export
(
C
,
AA
,
"f1_RI_AA"
);
end
ris
;
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