aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-18 05:29:14 +0200
committerSven Gothel <[email protected]>2023-06-18 05:29:14 +0200
commit6aec5c5274d0ffb6662fdc53671b58df23850d89 (patch)
tree76bcd4471adc8fa5ac64bbcf15d58294be2b52ae /src/junit
parent195bf966e4946ee9e80cd7aec68685218ad7a777 (diff)
CustomJNICode: Add missing (separated) test1p1-CustomJNICode.c.stub
Diffstat (limited to 'src/junit')
-rw-r--r--src/junit/com/jogamp/gluegen/test/junit/generation/test1p1-CustomJNICode.c.stub5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test1p1-CustomJNICode.c.stub b/src/junit/com/jogamp/gluegen/test/junit/generation/test1p1-CustomJNICode.c.stub
new file mode 100644
index 0000000..f38c52d
--- /dev/null
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test1p1-CustomJNICode.c.stub
@@ -0,0 +1,5 @@
+
+JNIEXPORT jint JNICALL Java_com_jogamp_gluegen_test_junit_generation_impl_Bindingtest1p1Impl_returnFooImpl(JNIEnv *env, jobject _unused) {
+ return FOO_VALUE;
+}
+