summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2023-03-28 20:26:30 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-29 22:28:55 +0000
commit0e1649a942284a5dca4a029dc45ccbaf4d3fa6d7 (patch)
treee4dad1657193f0ea808ae57a60c614eb6234e31d /docs
parentd4a38e3cef2e256d27899d2a83c3465a1261b390 (diff)
downloadchrome-ec-0e1649a942284a5dca4a029dc45ccbaf4d3fa6d7.tar.gz
zephyr: zmake: Drop dead testing code
A bunch of code was leftover after the twister migration. Delete all references to running tests in zmake. BUG=b:242563072 BRANCH=i don't care stop bothering me TEST=unit tests pass Change-Id: I99b5ff0ae22f74ebecddc6b4dfb0cb5f2b498ea3 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4380141 Reviewed-by: Tristan Honscheid <honscheid@google.com> Commit-Queue: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/zephyr/project_config.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/zephyr/project_config.md b/docs/zephyr/project_config.md
index f81cc083c9..27b5a7414d 100644
--- a/docs/zephyr/project_config.md
+++ b/docs/zephyr/project_config.md
@@ -222,12 +222,6 @@ When `BUILD.py` is sourced, the following two globals are defined:
unnecessary modules as modules are typically guarded by Kconfig
options, so the only reason to set this is if your project needs to
build in a limited environment where not all modules are available.
-- `is_test` (optional): `True` if the code should be executed as a
- test after compilation, `False` otherwise. Defaults to `False`.
-- `test_args` (optional): A list of command line arguments that should
- be used when running the test. Instances of `{test_temp_dir}`
- inside of an argument will be replaced with a path to a temporary
- directory guaranteed to be unique for the current execution.
- `dts_overlays` (optional): A list of files which should be concatenated
together and applied as a Zephyr device-tree overlay. The recommended setting
is to select the **project** specific devicetree overlay file.
@@ -253,8 +247,6 @@ more defaults for you:
- `register_host_project`: Define a project which runs in the chroot
(not on hardware).
-- `register_host_test`: Just like `register_host_project`, but
- `is_test` gets set to `True`.
- `register_raw_project`: Register a project which builds a single
`.bin` file, no RO+RW packing, no FMAP.
- `register_binman_project`: Register a project which builds RO and RW