summaryrefslogtreecommitdiff
path: root/android/gtest.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-02-04 16:18:02 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-02-05 09:18:21 +0000
commit8022723f9c31d77f48937265d7b49f222ff7f8ce (patch)
treef1f9c50b03e12ae5c9c076aee3f065f200455432 /android/gtest.yaml
parentbd17d9f38c4e89f080b67b9c87e9dd974ec0654f (diff)
android: add test case for gtest based tests
Change-Id: I4eb94576bde8ecc4aeb59aa61ffdb0557f5928e0 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'android/gtest.yaml')
-rw-r--r--android/gtest.yaml26
1 files changed, 26 insertions, 0 deletions
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"