Browse Source

Avoid on-the-fly compilation when running tests

This improves the tests for #15135

Change-Id: I1c884f89bff6842ceff41718ef231b54879982ab
tags/7.4.7
Artur Signell 9 years ago
parent
commit
9475b82390
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

@@ -95,6 +95,9 @@
<antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-light" />
</antcall>
<antcall target="compile-theme" inheritRefs="true">
<param name="theme" value="tests-valo-disabled-animations" />
</antcall>
</parallel>
</target>


+ 3
- 0
uitest/build.xml View File

@@ -303,6 +303,9 @@
<antcall target="compile-theme">
<param name="theme" value="tests-valo-light" />
</antcall>
<antcall target="compile-theme">
<param name="theme" value="tests-valo-disabled-animations" />
</antcall>

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

Loading…
Cancel
Save