libgocryptfs/test.bash
2015-10-11 18:40:27 +02:00

11 lines
69 B
Bash
Executable File

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