summaryrefslogtreecommitdiff
path: root/test.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 /test.bash
parent2f970e1aa6e069a7f0001b23a4aadb54704c5d96 (diff)
Add test.bashv0.1
...also adapt the cryptfs tests for 256 bit long keys
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash11
1 files changed, 11 insertions, 0 deletions
diff --git a/test.bash b/test.bash
new file mode 100755
index 0000000..a6f98be
--- /dev/null
+++ b/test.bash
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+set -eux
+
+cd cryptfs
+go build
+go test
+
+cd ../gocryptfs_main
+go build
+go test