summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2022-01-24 11:58:40 -0800
committerCommit Bot <commit-bot@chromium.org>2022-01-25 19:57:31 +0000
commit4e542fb4a8eb37c7c92b7cebdb542c83fcff3105 (patch)
tree0f2df9d914b729d8357b3ac28be40ff4e898583f /test/build.mk
parentbba1bc77fbba93ecc26470bef1ebdd6226e6d225 (diff)
downloadchrome-ec-4e542fb4a8eb37c7c92b7cebdb542c83fcff3105.tar.gz
TCPMv2: Add pd console tests
Add tests to make sure the pd console is working properly BUG=b:151481791 BRANCH=none TEST=make run-usb_pd_console make -j buildall Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: I0c7f150049ebda580686a45a909ca4af1ee32ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3413652 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk
index 4be461efbd..e4b2597e81 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -83,6 +83,7 @@ test-list-host += uptime
test-list-host += usb_common
test-list-host += usb_pd_int
test-list-host += usb_pd
+test-list-host += usb_pd_console
test-list-host += usb_pd_giveback
test-list-host += usb_pd_rev30
test-list-host += usb_pd_pdo_fixed
@@ -137,7 +138,7 @@ cov-dont-test += stillness_detector usb_pe_drp_noextended charge_manager
cov-dont-test += timer_dos cec float queue x25519 usb_pd_timer motion_sense_fifo
cov-dont-test += kb_scan_strict entropy kb_mkbp cbi_wp gyro_cal newton_fit
cov-dont-test += shmalloc usb_common usb_ppc utils_str battery_get_params_smart
-cov-dont-test += rtc charge_ramp kasa motion_angle_tablet usb_prl
+cov-dont-test += rtc charge_ramp kasa motion_angle_tablet usb_prl usb_pd_console
cov-test-list-host = $(filter-out $(cov-dont-test), $(test-list-host))
@@ -221,6 +222,7 @@ uptime-y=uptime.o
usb_common-y=usb_common_test.o fake_battery.o
usb_pd_int-y=usb_pd_int.o
usb_pd-y=usb_pd.o
+usb_pd_console-y=usb_pd_console.o
usb_pd_giveback-y=usb_pd.o
usb_pd_rev30-y=usb_pd.o
usb_pd_pdo_fixed-y=usb_pd_pdo_fixed_test.o