summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-05 02:13:27 +0200
committerSven Gothel <[email protected]>2023-08-05 02:13:27 +0200
commit06318d44c94c494fe6862ac8cf97fca799d05800 (patch)
tree817d2e0758edd698253dc058432ac84df6b40a01
parente52b7022e31022b92f4aaf5fb2e9457d767682c8 (diff)
WIP JavaCallback Tests: Fix: test2-CustomJavaImplCode.java.stub must be 'IncludeAs' for both implementations, Bindingtest2p1Impl and Bindingtest2p2Impl
-rw-r--r--src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg
index d187577..79663b1 100644
--- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg
+++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2-common.cfg
@@ -139,8 +139,9 @@ JavaCallbackKey alEventCallback1 0 2 ALEVENTPROCSOFT 1 5
#
# End JavaCallback
-IncludeAs CustomJavaCode Bindingtest2 test2-CustomJavaIfCode.java.stub
-IncludeAs CustomJavaCode Bindingtest2Impl test2-CustomJavaImplCode.java.stub
+IncludeAs CustomJavaCode Bindingtest2 test2-CustomJavaIfCode.java.stub
+IncludeAs CustomJavaCode Bindingtest2p1Impl test2-CustomJavaImplCode.java.stub
+IncludeAs CustomJavaCode Bindingtest2p2Impl test2-CustomJavaImplCode.java.stub
# Begin JavaCallback
#