aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-test.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-06-01 21:18:07 +0200
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-06-01 19:18:58 +0000
commit216424382ab66c2d365e0c97ccd819ca6c3e0b3b (patch)
tree1bbdc51a8d8e79e84c5bfe1a7304bdb49429bb75 /tcwg-abe-test.yaml
parentf35dcddd598858fdd52f57272eb26187068d1009 (diff)
tcwg-abe-test[-manual]: API testsuite is now part of "make check"
Change-Id: I3be35a3e6a6292d1bccd6be4f68eb83b12933601
Diffstat (limited to 'tcwg-abe-test.yaml')
-rw-r--r--tcwg-abe-test.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/tcwg-abe-test.yaml b/tcwg-abe-test.yaml
index 2ee987851d..34190a04b3 100644
--- a/tcwg-abe-test.yaml
+++ b/tcwg-abe-test.yaml
@@ -82,14 +82,6 @@
set -e
set -x
./configure --with-fileserver=ex40-01.tcwglab.linaro.org/snapshots-ref
- echo "=== Unit testsuite ==="
- ret_unit=0; make check || ret_unit=1
- echo "=== API testsuite ==="
- ret_api=0; ./test.sh || ret_api=1
- if [ x"$ret_unit" = x"0" -a x"$ret_api" = x"0" ]; then
- exit 0
- else
- exit 1
- fi
+ make check
;;
esac