Skip to content

Commit

Permalink
Merge pull request #11226 from OscarQQ/test4
Browse files Browse the repository at this point in the history
get third party dependency in VM_Test
  • Loading branch information
llxia committed Dec 3, 2020
2 parents 13e3179 + 4fcfec4 commit bec65f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/VM_Test/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
Build VM_Test
</description>
<import file="${TEST_ROOT}/functional/build.xml"/>
<property name="LIB" value="junit4,asm_all,javassist,testng"/>
<import file="${TEST_ROOT}/TKG/scripts/getDependencies.xml"/>

<!-- set global properties for this build -->
<property name="DEST" value="${BUILD_ROOT}/functional/VM_Test" />
Expand Down Expand Up @@ -63,7 +65,7 @@
<mkdir dir="${databin}/JarFileUpdateTestRunnerResource2" />
</target>

<target name="compile" depends="init" description="Using java ${JDK_VERSION} to compile the source ">
<target name="compile" depends="init,getDependentLibs" description="Using java ${JDK_VERSION} to compile the source ">
<echo>Ant version is ${ant.version}</echo>
<echo>============COMPILER SETTINGS============</echo>
<echo>===fork: yes</echo>
Expand Down

0 comments on commit bec65f6

Please sign in to comment.