Skip to content

Commit

Permalink
Merge pull request #1855 from KentaTada/add-an-explanation-for-testpa…
Browse files Browse the repository at this point in the history
…th-flags

Add an explanation for TESTPATH
  • Loading branch information
hqhq authored Aug 22, 2018
2 parents 9744d79 + 0880503 commit 6b8de90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b8de90

Please sign in to comment.