libgocryptfs/test.bash
Jakob Unterwurzacher e7c25b482e Update test.bash to call build.bash
This makes sure the version number is baked into the binary that is
built
2015-11-01 15:22:53 +01:00

10 lines
87 B
Bash
Executable File

#!/bin/bash
set -eux
go build ./cryptfs
go test ./cryptfs
source build.bash
go test