From 73fa8efdb27172210b9751eb86689287db0b1170 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 1 Nov 2015 00:57:59 +0100 Subject: tests: run unit tests before integration tests --- test.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + -- cgit v1.2.3