This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
tests: symlink basic tests to a single file that has the common code
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
tags/json-c-0.13-20171207
Alexandru Ardelean
8 years ago
parent
a36396992d
commit
73636c2ed0
33 changed files
with
31 additions
and
192 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
tests/test4.test
+1
-0
tests/test4.test
+0
-12
tests/testReplaceExisting.test
+1
-0
tests/testReplaceExisting.test
+15
-0
tests/test_basic.test
+0
-12
tests/test_cast.test
+1
-0
tests/test_cast.test
+0
-12
tests/test_charcase.test
+1
-0
tests/test_charcase.test
+0
-12
tests/test_compare.test
+1
-0
tests/test_compare.test
+0
-12
tests/test_double_serializer.test
+1
-0
tests/test_double_serializer.test
+0
-12
tests/test_float.test
+1
-0
tests/test_float.test
+0
-12
tests/test_json_pointer.test
+1
-0
tests/test_json_pointer.test
+0
-12
tests/test_locale.test
+1
-0
tests/test_locale.test
+0
-12
tests/test_null.test
+1
-0
tests/test_null.test
+0
-12
tests/test_parse.test
+1
-0
tests/test_parse.test
+0
-12
tests/test_parse_int64.test
+1
-0
tests/test_parse_int64.test
+0
-12
tests/test_printbuf.test
+1
-0
tests/test_printbuf.test
+0
-12
tests/test_set_serializer.test
+1
-0
tests/test_set_serializer.test
+0
-12
tests/test_set_value.test
+1
-0
tests/test_set_value.test
+0
-12
tests/test_visit.test
+1
-0
tests/test_visit.test
+ 0
- 12
tests/test4.test
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 test4
exit $?
+ 1
- 0
tests/test4.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/testReplaceExisting.test
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 testReplaceExisting
exit $?
+ 1
- 0
tests/testReplaceExisting.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 15
- 0
tests/test_basic.test
View File
@@ -0,0 +1,15 @@
#!/bin/sh
# Common definitions
if test -z "$srcdir"; then
srcdir="${0%/*}"
test "$srcdir" = "$0" && srcdir=.
test -z "$srcdir" && srcdir=.
fi
. "$srcdir/test-defs.sh"
filename=$(basename "$0")
filename="${filename%.*}"
run_output_test $filename
exit $?
+ 0
- 12
tests/test_cast.test
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_cast
exit $?
+ 1
- 0
tests/test_cast.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_charcase.test
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_charcase
exit $?
+ 1
- 0
tests/test_charcase.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_compare.test
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_compare
exit $?
+ 1
- 0
tests/test_compare.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_double_serializer.test
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_double_serializer
exit $?
+ 1
- 0
tests/test_double_serializer.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_float.test
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_float
exit $?
+ 1
- 0
tests/test_float.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_json_pointer.test
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 $?
+ 1
- 0
tests/test_json_pointer.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_locale.test
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_locale
exit $?
+ 1
- 0
tests/test_locale.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_null.test
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_null
exit $?
+ 1
- 0
tests/test_null.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_parse.test
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_parse
exit $?
+ 1
- 0
tests/test_parse.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_parse_int64.test
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_parse_int64
exit $?
+ 1
- 0
tests/test_parse_int64.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_printbuf.test
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_printbuf
exit $?
+ 1
- 0
tests/test_printbuf.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_set_serializer.test
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_set_serializer
exit $?
+ 1
- 0
tests/test_set_serializer.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_set_value.test
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_set_value
exit $?
+ 1
- 0
tests/test_set_value.test
View File
@@ -0,0 +1 @@
test_basic.test
+ 0
- 12
tests/test_visit.test
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_visit
exit $?
+ 1
- 0
tests/test_visit.test
View File
@@ -0,0 +1 @@
test_basic.test
Write
Preview
Loading…
Cancel
Save