Initial commit

This commit is contained in:
2014-03-15 23:41:25 +00:00
commit d1f0b85a2c
10 changed files with 537 additions and 0 deletions

9
test/test-helper.sh Normal file
View File

@@ -0,0 +1,9 @@
[ -n "$TEST_DEBUG" ] && set -x
# Set testroot variable.
testroot="$(dirname "$BASH_SOURCE")"
# Include assert.sh testing library.
source "$testroot/assert.sh"
source "$testroot/../stub.sh"