diff options
| author | Eric Biggers <ebiggers@google.com> | 2020-05-09 14:04:47 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2020-05-09 14:04:47 -0700 |
| commit | 3619eed4515cf51161cfa7c57be4f330cd07e377 (patch) | |
| tree | f09f6f8963088dc05fa62e4a6e4003a8825c697f /.gitignore | |
| parent | 5716215ceae3ab8b49a7b2ba410cb51a82c3176b (diff) | |
Add cli-tests framework
Add a framework for writing automated tests of the fscrypt command-line
tool. See cli-tests/README.md for details.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ bin/staticcheck bin/gocovmerge bin/misspell bin/config +cli-tests/*.out.actual *coverage.out .vscode tags |