Files
json-c/tests/test_charcase.test

13 lines
219 B
Plaintext
Raw Normal View History

2014-02-12 09:51:51 +00:00
#!/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_charcase
2014-02-12 09:51:51 +00:00
exit $?