Mercurial > hg > may
changeset 397:aa08b26d4a83 resample
Fail if tests etc fail; add rebuild target
author | Chris Cannam |
---|---|
date | Thu, 26 Sep 2013 14:46:36 +0100 |
parents | 0430226a0ea2 |
children | 3b44bfd23352 |
files | build.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Wed Sep 25 18:32:55 2013 +0100 +++ b/build.xml Thu Sep 26 14:46:36 2013 +0100 @@ -39,7 +39,7 @@ <target name="test" depends="jar,taskdef"> <java classpath="${basedir}/../yeti/yeti.jar:${basedir}/may.jar;${extjars}" classname="yeti.lang.compiler.yeti" - fork="true"> + fork="true" failonerror="true"> <sysproperty key="java.library.path" path="${basedir}/ext/native/${archtag}"/> <arg value="src/may/test/all.yeti"/> </java> @@ -49,5 +49,7 @@ <delete dir="${basedir}/classes"/> </target> + <target name="rebuild" depends="clean,test"/> + </project>