QMI: add uqmi tool with all depends
[tomato.git] / release / src / router / libjson-c / tests / test_cast.test
blob210246772f208b598f433b9211ef84fd21201d87
1 #!/bin/sh
3 # Common definitions
4 if test -z "$srcdir"; then
5 srcdir="${0%/*}"
6 test "$srcdir" = "$0" && srcdir=.
7 test -z "$srcdir" && srcdir=.
8 fi
9 . "$srcdir/test-defs.sh"
11 run_output_test test_cast
12 exit $?