summaryrefslogtreecommitdiff
path: root/test/usb_typec_drp_acc_trysrc.tasklist
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-08-08 09:35:54 -0600
committerCommit Bot <commit-bot@chromium.org>2019-08-20 16:05:48 +0000
commit6d8a5d3f207af7481e2aa114d306f8448d21b74f (patch)
tree6973f68a16c250eec28f05562e341d03d52ccd59 /test/usb_typec_drp_acc_trysrc.tasklist
parent7a07137ff8861509b5942a82de1c46b376c6057a (diff)
downloadchrome-ec-6d8a5d3f207af7481e2aa114d306f8448d21b74f.tar.gz
test: add baseline test for TC_DRP_TRYSRC SM
BRANCH=none BUG=none TEST=unit test pass Change-Id: I0ecb9f0298fd43ca0db800311a309d98eb1e29b5 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1744658 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'test/usb_typec_drp_acc_trysrc.tasklist')
-rw-r--r--test/usb_typec_drp_acc_trysrc.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/usb_typec_drp_acc_trysrc.tasklist b/test/usb_typec_drp_acc_trysrc.tasklist
new file mode 100644
index 0000000000..eb41326e3e
--- /dev/null
+++ b/test/usb_typec_drp_acc_trysrc.tasklist
@@ -0,0 +1,10 @@
+/* Copyright 2019 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.
+ */
+
+/**
+ * See CONFIG_TEST_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST \
+ TASK_TEST(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE)