From eef56b04b46c6ad202beef58c342dbb5ea0e4f5d Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 30 Aug 2012 12:51:25 +0300 Subject: [PATCH] Support for running sass junit tests --- common.xml | 50 +++++++++++++++++++++++++++++++++++++++- theme-compiler/build.xml | 8 ++++++- theme-compiler/ivy.xml | 10 +++++--- 3 files changed, 63 insertions(+), 5 deletions(-) diff --git a/common.xml b/common.xml index 2e9341c423..0d6c0bb3b2 100644 --- a/common.xml +++ b/common.xml @@ -81,7 +81,7 @@ - + @@ -133,11 +133,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 9c3e5f46ce..71b1a6ae3e 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -11,12 +11,13 @@ + - + @@ -26,4 +27,9 @@ + + + + + \ No newline at end of file diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 45a7fd918a..be6a1d7021 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -10,6 +10,7 @@ + @@ -17,15 +18,18 @@ - - + + - + + -- 2.39.5