encfs/test.sh
Jakob Unterwurzacher a424a2155b tests: fix paths for new build path, add "test.sh" wrapper for usability
All tests pass at the moment.
2015-11-12 19:18:35 +01:00

11 lines
145 B
Bash
Executable File

#!/bin/bash
set -eux
if [ ! -d build ]
then
./build.sh
fi
perl -MTest::Harness -e '$$Test::Harness::verbose=1; runtests @ARGV;' tests/*.t.pl