libgocryptfs/benchmark.bash
Jakob Unterwurzacher 552c32c5e9 Move main binary to gocryptfs_main
That way the wrapper shell script can be named just "gocryptfs"
2015-10-05 20:32:10 +02:00

9 lines
68 B
Bash
Executable File

#!/bin/bash
set -eux
cd gocryptfs_main
go build
go test -bench=.