Browse Source

Avoid on-the-fly compilation when running tests (#15135)

Change-Id: I507cba331403cb268110dec1d523fb10f37c34c4
tags/7.5.0.beta1
Artur Signell 9 years ago
parent
commit
5ff8617c5c
2 changed files with 6 additions and 0 deletions
  1. 3
    0
      build/ide.xml
  2. 3
    0
      uitest/build.xml

+ 3
- 0
build/ide.xml View File

<antcall target="compile-theme" inheritRefs="true"> <antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-light" /> <param name="theme" value="tests-valo-light" />
</antcall> </antcall>
<antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-disabled-animations" />
</antcall>
</parallel> </parallel>
</target> </target>



+ 3
- 0
uitest/build.xml View File

<antcall target="compile-theme"> <antcall target="compile-theme">
<param name="theme" value="tests-valo-light" /> <param name="theme" value="tests-valo-light" />
</antcall> </antcall>
<antcall target="compile-theme">
<param name="theme" value="tests-valo-disabled-animations" />
</antcall>


</target> </target>
<target name="compile-theme" depends="copy-theme"> <target name="compile-theme" depends="copy-theme">

Loading…
Cancel
Save