libgocryptfs/test.bash

11 lines
69 B
Bash
Raw Normal View History

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