aboutsummaryrefslogtreecommitdiff
path: root/test.bash
blob: 8eadfabd5ce2b65ae53d942daa29c1705a51d695 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -eux

go build
go test

cd cryptfs
go build
go test