summaryrefslogtreecommitdiff
path: root/cts/i2c/cts.testlist
diff options
context:
space:
mode:
Diffstat (limited to 'cts/i2c/cts.testlist')
-rw-r--r--cts/i2c/cts.testlist14
1 files changed, 14 insertions, 0 deletions
diff --git a/cts/i2c/cts.testlist b/cts/i2c/cts.testlist
new file mode 100644
index 0000000000..79732dc65b
--- /dev/null
+++ b/cts/i2c/cts.testlist
@@ -0,0 +1,14 @@
+/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* Currently tests will execute in the order they are listed here */
+
+/* Test whether sync completes successfully */
+CTS_TEST(write8_test)
+CTS_TEST(write16_test)
+CTS_TEST(write32_test)
+CTS_TEST(read8_test)
+CTS_TEST(read16_test)
+CTS_TEST(read32_test) \ No newline at end of file