libgocryptfs/test.bash

12 lines
79 B
Bash
Executable File

#!/bin/bash
set -eux
for i in ./cryptfs .
do
go build $i
go test $i
done