libgocryptfs/test.bash
Jakob Unterwurzacher f01f599d74 Make test.bash work when called from outside the gocryptfs directory
Also, get rid of useless intermediate build step
2016-01-09 14:27:04 +01:00

11 lines
115 B
Bash
Executable File

#!/bin/bash
set -eu
cd "$(dirname "$0")"
go test ./cryptfs $*
source build.bash
go test ./integration_tests $*