diff --git a/test.bash b/test.bash index 976bb02..4cfe5a8 100755 --- a/test.bash +++ b/test.bash @@ -2,10 +2,8 @@ set -eux -for i in ./cryptfs . -do - - go build $i - go test $i -done +go build ./cryptfs +go test ./cryptfs +source build.bash +go test