summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-28 08:06:41 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-29 21:35:33 +0000
commit9687476ddaa78061cd74e98259f10bfc2d26d572 (patch)
tree14b3874486e141a5fd0da8e32aaa97341cd35b7a /.gitignore
parenta60236f44ecd8ebb11188a84d2935f82f142ad52 (diff)
downloadchrome-ec-9687476ddaa78061cd74e98259f10bfc2d26d572.tar.gz
zephyr: zmake: add a test for BuildConfig objects
Implement test coverage for BuildConfigs, including merging using `|` operator, and running `popen_cmake`. BUG=b:178642582 BRANCH=none TEST=pytest Cq-Depend: chromium:2654350 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I07d8e913af999dac4f66f904b9d53e974e57eb40 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2656515 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 167dec2ca1..8e6fefd841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ cscope.*
*.pyc
__pycache__
*.egg-info
+.hypothesis/