mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +08:00
Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations.
This commit is contained in:
12
test_parse.test
Executable file
12
test_parse.test
Executable 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_parse
|
||||
exit $?
|
||||
Reference in New Issue
Block a user