mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Add an explanation for TESTPATH
This commit adds an explanation of TESTPATH for `make test`. Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
@@ -87,6 +87,12 @@ You can run a specific test case by setting the `TESTFLAGS` variable.
|
|||||||
# make test TESTFLAGS="-run=SomeTestFunction"
|
# make test TESTFLAGS="-run=SomeTestFunction"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can run a specific integration test by setting the `TESTPATH` variable.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# make test TESTPATH="/checkpoint.bats"
|
||||||
|
```
|
||||||
|
|
||||||
### Dependencies Management
|
### Dependencies Management
|
||||||
|
|
||||||
`runc` uses [vndr](https://github.com/LK4D4/vndr) for dependencies management.
|
`runc` uses [vndr](https://github.com/LK4D4/vndr) for dependencies management.
|
||||||
|
|||||||
Reference in New Issue
Block a user