diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2014-03-14 17:13:14 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-14 17:13:14 +0000 |
commit | 1d069f3a8a1ad45deba818b837aa92e59c0a2e1f (patch) | |
tree | 7daa0da9540451b5fdf7f0497c5583b7c8f74c8b /testrunner | |
parent | 39e788847a3c68cc4b31dd0efc764d14414e1283 (diff) | |
parent | aafbb7355032babcff3554d9e872c9f2a6341d04 (diff) | |
download | android_development-1d069f3a8a1ad45deba818b837aa92e59c0a2e1f.tar.gz android_development-1d069f3a8a1ad45deba818b837aa92e59c0a2e1f.tar.bz2 android_development-1d069f3a8a1ad45deba818b837aa92e59c0a2e1f.zip |
am aafbb735: am 8680138d: Merge "Add clatd test definitions to the testrunner."
* commit 'aafbb7355032babcff3554d9e872c9f2a6341d04':
Add clatd test definitions to the testrunner.
Diffstat (limited to 'testrunner')
-rw-r--r-- | testrunner/test_defs.xml | 5 |
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" |