aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuru Nagarajan <gurunagarajan@google.com>2011-09-12 10:33:35 -0700
committerGuru Nagarajan <gurunagarajan@google.com>2011-09-12 10:33:35 -0700
commitad3974d8e629cac8a6f7a3e01be114c84247a8b1 (patch)
tree5520bce9b686057e8a1c0c2a3cb0b5151a64fa1f
parent2636367ebb5cd95f76778f435be83f27343b622a (diff)
downloadsource.android.com-ad3974d8e629cac8a6f7a3e01be114c84247a8b1.tar.gz
Added CTS verifier entry in the overview doc
Change-Id: Id062997c734b8ec621a00ee948c3f00e78d15d7e
-rw-r--r--src/compatibility/overview.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compatibility/overview.md b/src/compatibility/overview.md
index 21119838..7d4eb27b 100644
--- a/src/compatibility/overview.md
+++ b/src/compatibility/overview.md
@@ -117,4 +117,11 @@ the engineers building a device. Its intent is to reveal incompatibilities
early on, and ensure that the software remains compatible throughout the
development process.
+
+# Compatibility Test Suite Verifier (CTS Verifier) #
+The Compatibility Test Suite Verifier (CTS Verifier) is a supplement to the
+Compatibility Test Suite (CTS), available for [download](downloads.html).
+CTS Verifier provides tests for APIs and functions that cannot be tested on a
+stationary device without manual input (e.g. audio quality, accelerometer, etc).
+
For details on the CTS, consult the [CTS introduction](cts-intro.html).