summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2016-08-12 16:46:22 -0700
committerDouglas Anderson <dianders@chromium.org>2016-08-12 23:56:09 +0000
commitf1951ce3a76781f2c3a311342651dc827828d722 (patch)
tree5fe55ca2accd8142925cce2600fa3ffd9b7e8a24
parent7832ba6c4f9783d6ccb934b33028bb8adee07747 (diff)
downloadchrome-ec-f1951ce3a76781f2c3a311342651dc827828d722.tar.gz
test: Don't test with CONFIG_POWER_TRACK_HOST_SLEEP_STATE
CONFIG_POWER_TRACK_HOST_SLEEP_STATE has a dependency on MKBP, so just remove it from tests. BUG=chrome-os-partner:56156 BRANCH=None TEST=`make BOARD=gru tests` Change-Id: I8b95954e106c28c7152666c510f7611fe87014a0 Reviewed-on: https://chromium-review.googlesource.com/368970 Commit-Queue: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org>
-rw-r--r--test/test_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_config.h b/test/test_config.h
index 3750015bc3..81542407e2 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -11,10 +11,10 @@
/* Test config flags only apply for test builds */
#ifdef TEST_BUILD
-/* Don't compile vboot hash support unless specifically testing for it */
+/* Don't compile features unless specifically testing for them */
#undef CONFIG_VBOOT_HASH
-/* Don't compile PD logging unless specifically testing for it */
#undef CONFIG_USB_PD_LOGGING
+#undef CONFIG_POWER_TRACK_HOST_SLEEP_STATE
#ifdef TEST_BKLIGHT_LID
#define CONFIG_BACKLIGHT_LID