diff options
author | Nicolas Boichat <drinkcat@chromium.org> | 2020-06-22 11:56:49 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-06-24 12:07:08 +0000 |
commit | 7a100e971ad453dbbdfc30736d0e276b16067abc (patch) | |
tree | a569a3cfacf97fba192b254782bae40549675119 | |
parent | 0c476173dd95f7626c3e34ce5a0bc308869e6e2f (diff) | |
download | chrome-ec-7a100e971ad453dbbdfc30736d0e276b16067abc.tar.gz |
test: Add flash_write_protect to default tests
BRANCH=none
BUG=b:159496910
TEST=make BOARD=krane -j tests
Change-Id: I2da037758cc1754ddad7ecab8f51b227cb631eac
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2256634
Reviewed-by: Tom Hughes <tomhughes@chromium.org>
-rw-r--r-- | test/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.mk b/test/build.mk index e889ea6400..294048077e 100644 --- a/test/build.mk +++ b/test/build.mk @@ -4,7 +4,7 @@ # found in the LICENSE file. # Device test binaries -test-list-y ?= pingpong timer_calib timer_dos timer_jump mutex utils utils_str +test-list-y ?= flash_write_protect pingpong timer_calib timer_dos timer_jump mutex utils utils_str #disable: powerdemo # Emulator tests |