aboutsummaryrefslogtreecommitdiff
path: root/build.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-10-07 22:08:30 +0200
committerJakob Unterwurzacher2015-10-07 22:09:34 +0200
commit440abcbac63a5994d4bac1b5dfcf838aaaefdbd7 (patch)
treeebc6d165c498d7b9bf707580aecfe7c7f7e7d09d /build.bash
parent2f970e1aa6e069a7f0001b23a4aadb54704c5d96 (diff)
Add test.bashv0.1
...also adapt the cryptfs tests for 256 bit long keys
Diffstat (limited to 'build.bash')
-rwxr-xr-xbuild.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.bash b/build.bash
new file mode 100755
index 0000000..ab55293
--- /dev/null
+++ b/build.bash
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -eu
+
+cd gocryptfs_main
+go build