aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-01 00:57:59 +0100
committerJakob Unterwurzacher2015-11-01 01:36:20 +0100
commit73fa8efdb27172210b9751eb86689287db0b1170 (patch)
tree018bb483813a09a7c572ba80147fb602409aeb77 /test.bash
parent3e013e0d91fe3743b279267bc648adf631d09414 (diff)
tests: run unit tests before integration tests
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 8eadfab..fb849c4 100755
--- a/test.bash
+++ b/test.bash
@@ -2,9 +2,11 @@
set -eux
+cd cryptfs
go build
go test
+cd ..
-cd cryptfs
go build
go test
+