From 73fa8efdb27172210b9751eb86689287db0b1170 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 1 Nov 2015 00:57:59 +0100 Subject: [PATCH] tests: run unit tests before integration tests --- test.bash | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 -go build -go test - cd cryptfs go build go test +cd .. + +go build +go test +