Skip to content

Commit

Permalink
README: add testing section
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi IIGUNI <[email protected]>
  • Loading branch information
guni1192 committed Feb 22, 2022
1 parent dae6973 commit 7243756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ sudo podman run --security-opt=no-new-privileges \
sudo podman run --rm --security-opt seccomp=$(pwd)/seccomp-profile.json guni1192/clang-app
```

## Testing

```
cargo libbpf make
sudo -E ./target/debug/sprofiler-test ./integration_test/sprofiler-test.yaml
```

## Vagrant for develop environment

```
Expand Down

0 comments on commit 7243756

Please sign in to comment.