libgocryptfs/test.bash

13 lines
76 B
Bash
Executable File

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