summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_compliance.c
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@google.com>2020-12-29 09:48:08 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-30 20:01:21 +0000
commit4772a209e5b760f95232e72a2be775073ce84966 (patch)
tree2567ac0c69647980f9bb8ac6117c2c2fb4a9dd88 /test/usb_tcpmv2_compliance.c
parentbddaef0ac91186e2aab8e123079d57aee7aa4704 (diff)
downloadchrome-ec-4772a209e5b760f95232e72a2be775073ce84966.tar.gz
TCPMv2: Compliance Unit Test - TD.PD.LL.E5
BUG=none BRANCH=none TEST=make buildall Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: I78a77a3ee83d1517c3c1cb4791593f3cc3845151 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2606564 Tested-by: Denis Brockus <dbrockus@chromium.org> Auto-Submit: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'test/usb_tcpmv2_compliance.c')
-rw-r--r--test/usb_tcpmv2_compliance.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/usb_tcpmv2_compliance.c b/test/usb_tcpmv2_compliance.c
index 6e1bbf75f5..c031860c5a 100644
--- a/test/usb_tcpmv2_compliance.c
+++ b/test/usb_tcpmv2_compliance.c
@@ -31,6 +31,8 @@ void run_test(int argc, char **argv)
RUN_TEST(test_td_pd_ll_e3_ufp);
RUN_TEST(test_td_pd_ll_e4_dfp);
RUN_TEST(test_td_pd_ll_e4_ufp);
+ RUN_TEST(test_td_pd_ll_e5_dfp);
+ RUN_TEST(test_td_pd_ll_e5_ufp);
RUN_TEST(test_td_pd_src3_e26);
RUN_TEST(test_td_pd_snk3_e12);