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
3ca8bf7f
Commit
3ca8bf7f
authored
Oct 21, 2015
by
Maxime Perrotin
Browse files
Check generated code with make test-python
parent
c9168790
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-aggregation2/Makefile
View file @
3ca8bf7f
...
...
@@ -33,7 +33,7 @@ test-python:
$(GNATBIND)
-n
-Llibog
og
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~og.adb
$(CC)
-shared
-fPIC
-o
libog.so b~og.o og.o adaasn1rtl.o taste_dataview.o
-lgnat
python
-c
"from ctypes import *; test=CDLL('./libog.so'); test.liboginit()"
python
-c
"from ctypes import *; test=CDLL('./libog.so'); test.liboginit()
; test.og_for_a(); test.og_for_b(); test.og_for_a(); test.og_for_b()
"
coverage
:
...
...
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