Merge pull request #1855 from KentaTada/add-an-explanation-for-testpath-flags

Add an explanation for TESTPATH
This commit is contained in:
Qiang Huang 2018-08-22 15:52:57 +08:00 committed by GitHub
commit 6b8de90552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ You can run a specific test case by setting the `TESTFLAGS` variable.
# 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
`runc` uses [vndr](https://github.com/LK4D4/vndr) for dependencies management.