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) --- benchmark.bash | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'benchmark.bash') diff --git a/benchmark.bash b/benchmark.bash index 447581a..41f0aa7 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -1,6 +1,7 @@ #!/bin/bash -set -eux +set -eu -go build -go test -bench=. +source build.bash + +go test ./integration_tests -bench=. -defaultonly -- cgit v1.2.3