diff options
Diffstat (limited to 'uitest/build.xml')
-rw-r--r-- | uitest/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/build.xml b/uitest/build.xml index 1539427d86..0344af0866 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -306,6 +306,9 @@ <antcall target="compile-theme"> <param name="theme" value="tests-valo-disabled-animations" /> </antcall> + <antcall target="compile-theme"> + <param name="theme" value="tests-valo-no-font-awesome" /> + </antcall> </target> <target name="compile-theme" depends="copy-theme"> |