libgocryptfs/test.bash

11 lines
69 B
Bash
Executable File

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