QMI: add uqmi tool with all depends
[tomato.git] / release / src / router / libjson-c / tests / test_charcase.test
blobc967475ce45aeeffa8b46ecb527e4c154fe4c71a
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_charcase
12 exit $?