summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash10
1 files changed, 4 insertions, 6 deletions
diff --git a/test.bash b/test.bash
index 976bb02..4cfe5a8 100755
--- a/test.bash
+++ b/test.bash
@@ -2,10 +2,8 @@
set -eux
-for i in ./cryptfs .
-do
-
- go build $i
- go test $i
-done
+go build ./cryptfs
+go test ./cryptfs
+source build.bash
+go test