Files
android_external_json-c/tests/test_parse.test
2012-04-22 10:33:41 -05:00

13 lines
216 B
Bash
Executable File

#!/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_parse
exit $?