diff -r 1248e8f6a72d -r db59fc762214 buildframework/helium/tools/common/testing.ant.xml --- a/buildframework/helium/tools/common/testing.ant.xml Tue Mar 16 17:16:51 2010 +0000 +++ b/buildframework/helium/tools/common/testing.ant.xml Thu Mar 18 15:06:42 2010 +0000 @@ -20,24 +20,18 @@ ============================================================================ --> + Targets to test Helium itself. - - - - - - - - + - + @@ -55,10 +49,25 @@ - + + + @@ -67,34 +76,38 @@ - + - + + + + + - + - + - + - + - + - - + + -for line in open(r'${helium.dir}/build/coverage/report/line_coverage.txt'): - if 'TOTAL' in line and '0%' in line: +for line in open(r'${helium.build.dir}/coverage/report/line_coverage.txt'): + if 'TOTAL' in line and ' 0%' in line: raise Exception('Coverage at 0%') @@ -108,10 +121,15 @@ + + + + + @@ -119,8 +137,16 @@ + + @@ -163,61 +189,18 @@ - + + + + - + - - - - - - - - - - - - - - Running @{unittest.filename} - - - - - - - - - - - - - - - - +