diff options
author | Jakob Unterwurzacher | 2015-11-01 00:57:59 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-01 01:36:20 +0100 |
commit | 73fa8efdb27172210b9751eb86689287db0b1170 (patch) | |
tree | 018bb483813a09a7c572ba80147fb602409aeb77 | |
parent | 3e013e0d91fe3743b279267bc648adf631d09414 (diff) |
tests: run unit tests before integration tests
-rwxr-xr-x | test.bash | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,9 +2,11 @@ set -eux +cd cryptfs go build go test +cd .. -cd cryptfs go build go test + |