From 552c32c5e9378b85e52c420c4dd2d7ccc827556f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 5 Oct 2015 20:32:10 +0200 Subject: Move main binary to gocryptfs_main That way the wrapper shell script can be named just "gocryptfs" --- benchmark.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmark.bash') diff --git a/benchmark.bash b/benchmark.bash index 447581a..baba0f1 100755 --- a/benchmark.bash +++ b/benchmark.bash @@ -2,5 +2,7 @@ set -eux +cd gocryptfs_main + go build go test -bench=. -- cgit v1.2.3