diff options
Diffstat (limited to 'test.bash')
| -rwxr-xr-x | test.bash | 10 | 
1 files changed, 4 insertions, 6 deletions
| @@ -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 | 
