summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-04-28 14:42:10 +0800
committerChromeBot <chrome-bot@google.com>2013-04-29 03:47:49 -0700
commit950d507366cf66fb7a48d39c0612ccecd890fc19 (patch)
tree383bed334a94395f5cbd33b10fb3668dd0bfb231
parent9cbd25052e3d868c695fc41db6f8d9a32efaadea (diff)
downloadchrome-ec-950d507366cf66fb7a48d39c0612ccecd890fc19.tar.gz
Remove mock files
We are moving to a per-function mock mechanism, which is less likely to break when someone adds a function to a file with a mock. BUG=chrome-os-partner:18598 TEST=None BRANCH=None Change-Id: Ie625064730d2224accbaf1febbdc4750e793d047 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49451
-rw-r--r--test/build.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/build.mk b/test/build.mk
index d6f8a17d22..6155285cb7 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -20,29 +20,3 @@ stress-y=stress.o
timer_calib-y=timer_calib.o
timer_dos-y=timer_dos.o
utils-y=utils.o
-
-# Mock modules for 'thermal'
-chip-mock-thermal-lpc.o=mock_lpc.o
-chip-mock-thermal-pwm.o=mock_pwm.o
-common-mock-thermal-x86_power.o=mock_x86_power.o
-common-mock-thermal-temp_sensor.o=mock_temp_sensor.o
-
-# Mock modules for 'power_button'
-chip-mock-power_button-gpio.o=mock_gpio.o
-chip-mock-power_button-pwm.o=mock_pwm.o
-common-mock-power_button-x86_power.o=mock_x86_power.o
-common-mock-power_button-i8042.o=mock_i8042.o
-
-# Mock modules for 'scancode'
-chip-mock-scancode-keyboard_scan_stub.o=mock_keyboard_scan_stub.o
-common-mock-scancode-i8042.o=mock_i8042.o
-
-# Mock modules for 'typematic'
-chip-mock-typematic-keyboard_scan_stub.o=mock_keyboard_scan_stub.o
-common-mock-typematic-i8042.o=mock_i8042.o
-
-# Mock modules for 'charging'
-chip-mock-charging-gpio.o=mock_gpio.o
-common-mock-charging-x86_power.o=mock_x86_power.o
-common-mock-charging-smart_battery_stub.o=mock_smart_battery_stub.o
-common-mock-charging-charger_bq24725.o=mock_charger.o