summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJean-Marie Henaff <jmhenaff@google.com>2015-01-16 17:57:38 +0100
committerJean-Marie Henaff <jmhenaff@google.com>2015-01-16 17:57:38 +0100
commit9b2726a5d4ad756c957efa33fee219c6445456ee (patch)
tree76130935df50c80ca72b4a600d098c25a8f23c03 /build.xml
parent598afd67e81bfa045ab7eda55e5e1f220d94c841 (diff)
downloadtoolchain_jack-9b2726a5d4ad756c957efa33fee219c6445456ee.tar.gz
toolchain_jack-9b2726a5d4ad756c957efa33fee219c6445456ee.tar.bz2
toolchain_jack-9b2726a5d4ad756c957efa33fee219c6445456ee.zip
Use Ant script to run schedlib tests
Change-Id: Ia02cf6d5c51ddffa157baccdee31fc6f460d3c09
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index fbca4b46..ca100f19 100644
--- a/build.xml
+++ b/build.xml
@@ -1159,6 +1159,11 @@
</exec>
</target>
+ <property name="test-sched.script" location="${sched.dir}/run-sched-tests" />
+ <target name="test-sched" depends="schedtests-lib" >
+ <exec executable="${test-sched.script}" failonerror="true" />
+ </target>
+
</project>