From 3664320fe5b4f5ec5bc398c84e9e48c8f529783a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 12 Nov 2015 21:02:44 +0100 Subject: tests: move integration tests to separate directory Also, use new "-defaultonly" flag for benchmarks (only tests with openssl=true plaintextnames=false) --- test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.bash') 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 $* -- cgit v1.2.3