From 393506c8b6c1714857484fd270510144c42d6204 Mon Sep 17 00:00:00 2001 From: Andrew McRae Date: Tue, 15 Feb 2022 15:15:30 +1100 Subject: zephyr: Update docs in test/drivers Update README.md in test/drivers to remove deprecated target. BUG=none TEST=none BRANCH=none Signed-off-by: Andrew McRae Change-Id: Ia268508859cb14473bd7ac0a4001a18938a4661c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3463102 Reviewed-by: Jack Rosenthal Commit-Queue: Jack Rosenthal --- zephyr/test/drivers/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zephyr/test/drivers/README.md b/zephyr/test/drivers/README.md index ab57e510cf..c252f1aa02 100644 --- a/zephyr/test/drivers/README.md +++ b/zephyr/test/drivers/README.md @@ -5,13 +5,13 @@ so we can test interactions between different subsystems easily. ## Run all the test suites ```bash -(chroot) zmake configure --test zephyr/test/drivers +(chroot) zmake configure --test test-drivers ``` To see all the output of zmake (for example if the build fails) ```bash -(chroot) zmake -l DEBUG -j 1 configure --test zephyr/test/drivers +(chroot) zmake -l DEBUG -j 1 configure --test test-drivers ``` ## Code coverage @@ -19,7 +19,7 @@ To see all the output of zmake (for example if the build fails) To calculate code coverage for this test only ```bash -(chroot) zmake configure --coverage --test zephyr/test/drivers +(chroot) zmake configure --coverage --test test-drivers (chroot) genhtml --branch-coverage -q \ -o build/zephyr/test-drivers/output/coverage_rpt \ build/zephyr/test-drivers/output/zephyr.info @@ -37,7 +37,7 @@ You need the host version of gdb: Build the test ```bash -(chroot) zmake configure --build zephyr/test/drivers +(chroot) zmake configure --build test-drivers ``` Then run gdb -- cgit v1.2.1