summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorYu Shan Emily Lau <yslau@google.com>2013-04-12 17:27:15 -0700
committerYu Shan Emily Lau <yslau@google.com>2013-04-12 17:37:37 -0700
commitb152b9395646cf884de5c54cab372f4daca88b7c (patch)
treedcd1b0c1f88534c42d5e6cbce05d397c9a0bfe12 /testrunner
parenta5e017432a4cdbc50872394c0d0c7be475a50890 (diff)
downloadandroid_development-b152b9395646cf884de5c54cab372f4daca88b7c.tar.gz
android_development-b152b9395646cf884de5c54cab372f4daca88b7c.tar.bz2
android_development-b152b9395646cf884de5c54cab372f4daca88b7c.zip
Added the test def for new camera native tests.
Change-Id: I036bca4715c1396ac6b5b89fc6efaf126a6a0636
Diffstat (limited to 'testrunner')
-rw-r--r--testrunner/test_defs.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 147f06c55..574819b18 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -188,6 +188,13 @@ See test_defs.xsd for more information.
runner=".MediaFrameworkUnitTestRunner"
coverage_target="framework" />
+<test-native name="camera-client-native"
+ build_path="frameworks/av/camera/tests/"
+ description="Camera client native tests." />
+
+<test-native name="camera-hal2-native"
+ build_path="hardware/libhardware/tests/camera2"
+ description="Camera hal2 native tests." />
<!-- end of media framework tests -->
<!-- targeted framework tests -->