From 0e1649a942284a5dca4a029dc45ccbaf4d3fa6d7 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Tue, 28 Mar 2023 20:26:30 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4380141 Reviewed-by: Tristan Honscheid Commit-Queue: Tristan Honscheid --- docs/zephyr/project_config.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1