Include the test_locale test in the tests that run.

This commit is contained in:
Eric Haszlakiewicz
2013-02-26 21:14:07 -06:00
parent 5b36a432c8
commit 94aeed2ecd
3 changed files with 15 additions and 1 deletions

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