diff options
author | Jakob Unterwurzacher | 2016-10-16 13:39:25 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-16 15:04:53 +0200 |
commit | 57e8df990c7c251b3cc73c2df6af6bf73367d234 (patch) | |
tree | cf58086c0707a66ee11b15b880bf14e6060bae88 /tests/matrix | |
parent | dc78e634aa76878026727a141c0e474d8466999a (diff) |
tests: split "normal" tests into "cli" and "defaults"
Also fixes the failure to run the benchmarks do to the missing
gocryptfs.diriv.
Diffstat (limited to 'tests/matrix')
-rw-r--r-- | tests/matrix/matrix_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 7b636ad..1c94cb6 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -1,3 +1,4 @@ +// Tests run for (almost all) combinations of openssl, aessiv, plaintextnames. package matrix // File reading, writing, modification, truncate |