Skip to content

Commit

Permalink
docs: document how to run tests inside SVSM
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Dohrmann <erbse.13@gmx.de>
  • Loading branch information
Freax13 committed Oct 21, 2023
1 parent 143d7a4 commit b043f5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@ The project also contains a number of unit-tests which can be run by
$ make test
```

Unit tests can be run inside the SVSM by

```
$ QEMU=/path/to/qemu OVMF=/path/to/firmware/ make test-in-svsm
```

Putting it all together
-----------------------

Expand Down

0 comments on commit b043f5b

Please sign in to comment.