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

set -eux

go build ./cryptfs
go test ./cryptfs

source build.bash
go test