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 /benchmark.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 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 7 |
1 files changed, 4 insertions, 3 deletions
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 |