summaryrefslogtreecommitdiff
path: root/src/3rdParty/json-c/tests/test_printbuf.test
blob: 09d27c23af7da8320ed0bfda8196e42d7471f28d (plain)
1
2
3
4
5
6
7
8
9
10
11
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_printbuf
exit $?