From 3619eed4515cf51161cfa7c57be4f330cd07e377 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 May 2020 14:04:47 -0700 Subject: Add cli-tests framework Add a framework for writing automated tests of the fscrypt command-line tool. See cli-tests/README.md for details. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 666fe16..ca3e70e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ bin/staticcheck bin/gocovmerge bin/misspell bin/config +cli-tests/*.out.actual *coverage.out .vscode tags -- cgit v1.2.3