summaryrefslogtreecommitdiff
path: root/test/build.mk
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2014-08-15 16:47:10 +0000
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-08-15 21:13:09 +0000
commit9534a15cd73c674db8a0941793a2f24acb178c7a (patch)
treef896ed5a3a998c80eda0b5905e22cf877165fb8e /test/build.mk
parent67281b98079458a2d2424bdbf2e6350a8042306f (diff)
downloadchrome-ec-9534a15cd73c674db8a0941793a2f24acb178c7a.tar.gz
Revert "Add back unit test for usb_pd"
This reverts commit cb7468744d8292590ddc4fb0a0b6ed7752b1490a. Apparently this test fails when running on a heavily loaded system. Revert this for now. BUG=chromium:402335,chrome-os-partner:31200 TEST=make buildall BRANCH=None Change-Id: I8b616d3915ee5c2f524530897758871cc0375d35 Reviewed-on: https://chromium-review.googlesource.com/212582 Tested-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Christopher Wiley <wiley@chromium.org> Commit-Queue: Vic Yang <victoryang@chromium.org>
Diffstat (limited to 'test/build.mk')
-rw-r--r--test/build.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/build.mk b/test/build.mk
index e87e3fcd88..cb1ced36b1 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -31,20 +31,18 @@ test-list-host+=thermal flash queue kb_8042 extpwr_gpio console_edit system
test-list-host+=sbs_charging adapter host_command thermal_falco led_spring
test-list-host+=bklight_lid bklight_passthru interrupt timer_dos button
test-list-host+=motion_sense math_util sbs_charging_v2 battery_get_params_smart
-test-list-host+=usb_pd
adapter-y=adapter.o
-battery_get_params_smart-y=battery_get_params_smart.o
+button-y=button.o
bklight_lid-y=bklight_lid.o
bklight_passthru-y=bklight_passthru.o
-button-y=button.o
console_edit-y=console_edit.o
extpwr_gpio-y=extpwr_gpio.o
flash-y=flash.o
hooks-y=hooks.o
host_command-y=host_command.o
-interrupt-y=interrupt.o
kb_8042-y=kb_8042.o
+interrupt-y=interrupt.o
kb_mkbp-y=kb_mkbp.o
kb_scan-y=kb_scan.o
led_spring-y=led_spring.o led_spring_impl.o
@@ -64,5 +62,5 @@ thermal-y=thermal.o
thermal_falco-y=thermal_falco.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
-usb_pd-y=usb_pd.o
utils-y=utils.o
+battery_get_params_smart-y=battery_get_params_smart.o