Skip to content

Commit

Permalink
README: recommend creating .virtme.sh file
Browse files Browse the repository at this point in the history
And the equivalent for CLang.

It is useful, used in maintainers scripts and in VSCode.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed May 2, 2024
1 parent 8ee9c72 commit 3b89aa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ cd <kernel source code>

This will build and start the docker image.

To avoid using long paths, you can create symlinks:

```bash
cd <kernel source code>
ln -s /PATH/TO/THIS/REPO/run-tests-dev.sh .virtme.sh
ln -s /PATH/TO/THIS/REPO/run-tests-dev-clang.sh .virtme-clang.sh
```

Then simply call `./.virtme.sh` or `.virtme-clang.sh`.

## Extension

### Files
Expand Down

0 comments on commit 3b89aa8

Please sign in to comment.