diff options
author | Jakob Unterwurzacher | 2015-11-12 21:02:44 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-12 21:02:44 +0100 |
commit | 3664320fe5b4f5ec5bc398c84e9e48c8f529783a (patch) | |
tree | 214d6245189eaf71e7a147afdd45b99a1d224db1 /test.bash | |
parent | ad41cdae11d9fe15bd289d504812ec4216bc8f35 (diff) |
tests: move integration tests to separate directory
Also, use new "-defaultonly" flag for benchmarks
(only tests with openssl=true plaintextnames=false)
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ go build ./cryptfs go test ./cryptfs $* source build.bash -go test $* +go test ./integration_tests $* |