summaryrefslogtreecommitdiff
path: root/tests/shlib_test/hello.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shlib_test/hello.pyx')
-rwxr-xr-xtests/shlib_test/hello.pyx4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/shlib_test/hello.pyx b/tests/shlib_test/hello.pyx
new file mode 100755
index 00000000..58ce6919
--- /dev/null
+++ b/tests/shlib_test/hello.pyx
@@ -0,0 +1,4 @@
+cdef extern char *get_hello_msg()
+
+def hello():
+ return get_hello_msg()