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

set -eux

cd cryptfs
go build
go test
cd ..

go build
go test