/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/test_printbuf.test
12 строк
219 B
Eric Haszlakiewicz
Add a test for the printbuf functions.
22 апр 2012, 23:13
22 апр 2012, 23:13
e5c1e87
Код
Авторство
О чём код?
#!/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 $?