aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-12 21:02:44 +0100
committerJakob Unterwurzacher2015-11-12 21:02:44 +0100
commit3664320fe5b4f5ec5bc398c84e9e48c8f529783a (patch)
tree214d6245189eaf71e7a147afdd45b99a1d224db1 /test.bash
parentad41cdae11d9fe15bd289d504812ec4216bc8f35 (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-xtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index ce219bf..68cc74f 100755
--- a/test.bash
+++ b/test.bash
@@ -6,4 +6,4 @@ go build ./cryptfs
go test ./cryptfs $*
source build.bash
-go test $*
+go test ./integration_tests $*