summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-10-07 11:09:01 -0600
committerCommit Bot <commit-bot@chromium.org>2019-10-08 17:14:48 +0000
commitdd1dbd8fee7eedef8dad4fe8a8bbec14a0ea5b2e (patch)
tree1f7ac17718be363bdeb727a397c404c46f9ba041 /test/build.mk
parent84ffa0bd38cba5e5daba8527c6ed09e91ca43edd (diff)
downloadchrome-ec-dd1dbd8fee7eedef8dad4fe8a8bbec14a0ea5b2e.tar.gz
usbc: fix cc interpretation error
Ensure that two Rp values are interpreted as a debug accessory. Added unit test for meaningful combinations. BRANCH=none BUG=none TEST=passes unit test. Change-Id: Ia454382f20f9377edc944dc01be133e062c218b0 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1845811 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build.mk b/test/build.mk
index 65a28fc3f6..e9a7f53648 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -67,6 +67,7 @@ test-list-host += system
test-list-host += thermal
test-list-host += timer_dos
test-list-host += uptime
+test-list-host += usb_common
test-list-host += usb_pd
test-list-host += usb_pd_giveback
test-list-host += usb_pd_rev30
@@ -143,6 +144,7 @@ thermal-y=thermal.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
uptime-y=uptime.o
+usb_common-y=usb_common_test.o
usb_pd-y=usb_pd.o
usb_pd_giveback-y=usb_pd.o
usb_pd_rev30-y=usb_pd.o