Skip to content

Commit bbb5702

Browse files
committed
Call getDependentLibs in lockWordAlignment
resolves: eclipse-openj9#22232 Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
1 parent 915e62c commit bbb5702

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • test/functional/cmdLineTests/lockWordAlignment

test/functional/cmdLineTests/lockWordAlignment/build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@
3535
<property name="PROJECT_ROOT" location="." />
3636
<property name="src" location="./src"/>
3737
<property name="build" location="./bin"/>
38+
<property name="LIB" value="asm"/>
3839
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>
3940

4041
<target name="init">
4142
<mkdir dir="${DEST}" />
4243
<mkdir dir="${build}" />
4344
</target>
4445

45-
<target name="compile" depends="init" description="Using java ${JDK_VERSION} to compile the source ">
46+
<target name="compile" depends="init,getDependentLibs" description="Using java ${JDK_VERSION} to compile the source ">
4647
<echo>Ant version is ${ant.version}</echo>
4748
<echo>============COMPILER SETTINGS============</echo>
4849
<echo>===fork: yes</echo>

0 commit comments

Comments
 (0)