From 2c3967198ea57da020f95600110ca85287558f0c Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Fri, 24 Feb 2017 21:52:57 +0000 Subject: TestRelease.job: run tcwg-regression tests. Change-Id: Ia2b19afbd2be2cafca4f2d26538b3e28bfd41277 --- TestRelease.job | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/TestRelease.job b/TestRelease.job index 83148ec0..ac171046 100755 --- a/TestRelease.job +++ b/TestRelease.job @@ -133,9 +133,16 @@ fi # See if the compilation worked if test -e ${testdir}/hi; then echo Compilation of hello.cpp: SUCCESS - exit 0 else echo Compilation of hello.cpp: FAILED exit 1 fi +git clone --depth 1 https://git-us.linaro.org/toolchain/tcwg-regression +make -C tcwg-regression check TOOLCHAIN=${testdir}/${dir} TARGET=${target} +if [ $? -ne 0 ]; then + echo "TCWG regression tests FAILED" + exit 1 +fi + +exit 0 -- cgit v1.2.3