/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/test_charcase.test
12 строк
219 B
Eric Haszlakiewicz
Rename the "test_case" test to "test_charcase" to make it slightly less confusing.
23 мар 2014, 05:15
23 мар 2014, 05:15
e2bbb56
Код
Авторство
О чём код?
#!/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_charcase exit $?