summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/test/drivers/README.md8
1 files 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