libgocryptfs/test.bash

17 lines
318 B
Bash
Executable File

#!/bin/bash
set -eu
cd "$(dirname "$0")"
source build.bash
go test ./... $*
# Clean up after ourself, but don't descend into maybe still mounted
# example filesystems
# The tests cannot to this themselves as they are run in parallel
rm -Rf --one-file-system /tmp/gocryptfs-test-parent
go tool vet -shadow=true .