summaryrefslogtreecommitdiff
path: root/testrunner
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2014-02-22 01:56:46 +0900
committerLorenzo Colitti <lorenzo@google.com>2014-02-28 10:27:46 +0900
commit791bef52182b60b73e637b0913b4331c31bf685c (patch)
tree55a04717ca4a8c4962bdd8234ed28454380d55c2 /testrunner
parenta0bcd585325060930a5013e947d18a0037a7e49f (diff)
Add clatd test definitions to the testrunner.
Bug: 11542311 Change-Id: If7b646150455490ef9429c909c78d4fe1528d78d
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index e0b52599d..751a142ec 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -554,6 +554,11 @@ See test_defs.xsd for more information.
description="Google test."
extra_build_args="GTEST_TESTS=1" />
+<!-- clatd -->
+<test-native name="clatd"
+ build_path="external/android-clat"
+ description="clatd unit tests." />
+
<!-- Libjingle -->
<test-native name="libjingle"
build_path="vendor/google/libraries/libjingle"