Missing tests

This commit is contained in:
Andrea Faulds
2014-02-12 09:51:51 +00:00
parent 06450206c4
commit 1d6f9140ba
3 changed files with 53 additions and 0 deletions

12
tests/test_case.test Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Common definitions
if test -z "$srcdir"; then
srcdir="${0%/*}"
test "$srcdir" = "$0" && srcdir=.
test -z "$srcdir" && srcdir=.
fi
. "$srcdir/test-defs.sh"
run_output_test test_case
exit $?