/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/test_parse_int64.test
12 строк
222 B
Eric Haszlakiewicz
Simplify the tests Makefile to avoid repeating the name of each test.
23 мар 2014, 05:40
23 мар 2014, 05:40
936d036
Код
Авторство
О чём код?
#!/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_int64 exit $?