diff -r 820b22e13ff1 -r 39c28ec933dd buildframework/helium/tools/common/testing.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/tools/common/testing.ant.xml Mon May 10 19:54:49 2010 +0100 @@ -0,0 +1,206 @@ + + + + + + Targets to test Helium itself. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +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%') + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +