From 8022723f9c31d77f48937265d7b49f222ff7f8ce Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Wed, 4 Feb 2015 16:18:02 +0800 Subject: android: add test case for gtest based tests Change-Id: I4eb94576bde8ecc4aeb59aa61ffdb0557f5928e0 Signed-off-by: Chase Qi --- android/gtest.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 android/gtest.yaml (limited to 'android/gtest.yaml') diff --git a/android/gtest.yaml b/android/gtest.yaml new file mode 100644 index 0000000..c4a40fe --- /dev/null +++ b/android/gtest.yaml @@ -0,0 +1,26 @@ +metadata: + name: gtest + format: "Lava-Test-Shell Test Definition 1.0" + description: "Run gtest based tests on Android" + maintainer: + - chase.qi@linaro.org + - milosz.wasilewski@linaro.org + os: + - android + scope: + - functional + devices: + - panda + - panda-es + - juno + - vexpress-a9 + - vexpress-tc2 + - ifc6410 + +params: + # Use absolute path and modify the TESTS parameter in JSON file to run other or 64bit test programs. + TESTS: '/data/nativetest/ion-unit-tests/ion-unit-tests /data/nativetest/backtrace_test/backtrace_test' + +run: + steps: + - ./android/scripts/gtest.sh "$TESTS" -- cgit v1.2.3