Create a tests subdirectory and move one of the test to there.

This commit is contained in:
Eric Haszlakiewicz
2012-04-22 10:27:50 -05:00
parent 0d79b53456
commit 1e89ba68af
7 changed files with 35 additions and 7 deletions

12
tests/test1.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 test1
exit $?