diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 1 | ||||
| -rwxr-xr-x | test/json3.test | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3fa1855..a4191c4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
| @@ -130,6 +130,7 @@ EXTRA_DIST = \ | |||
| 130 | data/int64_min_max.json \ | 130 | data/int64_min_max.json \ |
| 131 | data/o1.ostep \ | 131 | data/o1.ostep \ |
| 132 | data/o2.ostep \ | 132 | data/o2.ostep \ |
| 133 | data/o3.ostep \ | ||
| 133 | data/test.strings | 134 | data/test.strings |
| 134 | 135 | ||
| 135 | TESTS_ENVIRONMENT = \ | 136 | TESTS_ENVIRONMENT = \ |
diff --git a/test/json3.test b/test/json3.test index 1cbf59d..aa040e5 100755 --- a/test/json3.test +++ b/test/json3.test | |||
| @@ -19,6 +19,6 @@ echo "Converting to binary and back to JSON" | |||
| 19 | $top_builddir/test/plist_jtest $DATAOUT/$TESTFILE.json $DATAOUT/$TESTFILE.json.out | 19 | $top_builddir/test/plist_jtest $DATAOUT/$TESTFILE.json $DATAOUT/$TESTFILE.json.out |
| 20 | 20 | ||
| 21 | echo "Comparing" | 21 | echo "Comparing" |
| 22 | $top_builddir/test/plist_cmp $DATAOUT/$TESTFILE $DATAOUT/$TESTFILE.json.out | 22 | $top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.json.out |
| 23 | 23 | ||
| 24 | rm -f $DATAOUT/$TESTFILE.json | 24 | rm -f $DATAOUT/$TESTFILE.json |
