summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-20 04:02:12 +0200
committerSven Gothel <[email protected]>2023-06-20 04:02:12 +0200
commitb9dc722d689760bf85628edd8766dc6cd2360c8e (patch)
tree2d94b694cbc39b81f55ce1533da1f8d32e86ccaf /make/build-test.xml
parentf7f554208c024280f1929df79bdbb83c758b8b49 (diff)
GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documentation
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 6c4c3a1..a791c7c 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -703,16 +703,14 @@ chmod 644 ${results}/* \${line.separator}
</linker>
<patternset id="junit.test2.jnic.src.files">
- <include name="${build_t.gen.rootrel}/native/BindingtestT2Impl_JNI.c"/>
- <!-- include name="${build_t.gen.rootrel}/native/TK_Surface_JNI.c"/ -->
- <!-- include name="${build_t.gen.rootrel}/native/TK_ModelConst_JNI.c"/ -->
- <!-- include name="${build_t.gen.rootrel}/native/TK_ModelMutable_JNI.c"/ -->
+ <include name="${build_t.gen.rootrel}/native/Bindingtest2Impl_JNI.c"/>
+ <include name="${build_t.gen.rootrel}/native/T2_InitializeOptions_JNI.c"/>
</patternset>
<c.build c.compiler.src.files="junit.test2.jnic.src.files"
output.lib.name="Bindingtest2"
compiler.cfg.id="${compiler.cfg.id}"
- linker.cfg.id="linker.test1.runtime.cfg.id"/>
+ linker.cfg.id="linker.test2.runtime.cfg.id"/>
</target>