tests: symlink basic tests to a single file that has the common code

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-06-22 09:53:30 +03:00
parent a36396992d
commit 73636c2ed0
17 changed files with 31 additions and 192 deletions

View File

@@ -1,12 +0,0 @@
#!/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_json_pointer
exit $?

View File

@@ -0,0 +1 @@
test_basic.test