summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/fingerprint/fingerprint.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fingerprint/fingerprint.md b/docs/fingerprint/fingerprint.md
index 7264a70b6f..8cf55d4888 100644
--- a/docs/fingerprint/fingerprint.md
+++ b/docs/fingerprint/fingerprint.md
@@ -98,19 +98,19 @@ prevent you from uploading.
List available unit tests:
```bash
-(chroot) ~/trunk/src/platform/ec $ make BOARD=nocturne_fp print-host-tests
+(chroot) ~/trunk/src/platform/ec $ make print-host-tests
```
Build and run a specific unit test:
```bash
-(chroot) ~/trunk/src/platform/ec $ make BOARD=nocturne_fp run-fpsensor
+(chroot) ~/trunk/src/platform/ec $ make run-fpsensor
```
Build and run all unit tests:
```bash
-(chroot) ~/trunk/src/platform/ec $ make BOARD=nocturne_fp runhosttests -j
+(chroot) ~/trunk/src/platform/ec $ make runhosttests -j
```
## Build ectool
@@ -122,7 +122,7 @@ Build and run all unit tests:
## Build and run the `host_command` fuzz test
```bash
-(chroot) ~/trunk/src/platform/ec $ make BOARD=nocturne_fp run-host_command_fuzz
+(chroot) ~/trunk/src/platform/ec $ make run-host_command_fuzz
```
## Logs