aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-05 02:12:22 +0200
committerSven Gothel <[email protected]>2023-08-05 02:12:22 +0200
commite52b7022e31022b92f4aaf5fb2e9457d767682c8 (patch)
tree11c0bd568a2e1495787754db033b42b3b3f59d82
parent8b4d36e543a14c404c73942840f15a4d81d83990 (diff)
WIP JavaCallback Tests: Fix: Link library Bindingtest2p1 against library test2 not test1
-rw-r--r--make/build-test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 1617965..495fb7f 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -726,10 +726,10 @@ chmod 644 ${results}/* \${line.separator}
</target>
- <!-- this is a fixed binding to the test2 implementation -->
+ <!-- this is a fixed binding to the test2p1 implementation -->
<target name="junit.test2p1.c.build">
<linker id="linker.test2.fixed.cfg.id" extends="${linker.cfg.id}">
- <syslibset dir="${build_t.lib}" libs="test1"/>
+ <syslibset dir="${build_t.lib}" libs="test2"/>
</linker>
<patternset id="junit.test2p1.c.src.files">
@@ -743,7 +743,7 @@ chmod 644 ${results}/* \${line.separator}
linker.cfg.id="linker.test2.fixed.cfg.id"/>
</target>
- <!-- this is a dynamic lookup binding to the test2 implementation -->
+ <!-- this is a dynamic lookup binding to the test2p2 implementation -->
<target name="junit.test2p2.c.build">
<linker id="linker.test2.runtime.cfg.id" extends="${linker.cfg.id}">
</linker>