diff options
author | Nikias Bassen | 2023-04-21 16:04:40 +0200 |
---|---|---|
committer | Nikias Bassen | 2023-04-21 16:04:40 +0200 |
commit | bddb061bd64692b3d1287064f8991c8c276528b6 (patch) | |
tree | 3f19a0e8afe0d01c0ab706006a5fd430a8b77a6d | |
parent | 7b94db81220316250bc124830c2f0ed5fd78ec62 (diff) | |
download | libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.gz libplist-bddb061bd64692b3d1287064f8991c8c276528b6.tar.bz2 |
test: Fix tests for distcheck
-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 = \ data/int64_min_max.json \ data/o1.ostep \ data/o2.ostep \ + data/o3.ostep \ data/test.strings 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" $top_builddir/test/plist_jtest $DATAOUT/$TESTFILE.json $DATAOUT/$TESTFILE.json.out echo "Comparing" -$top_builddir/test/plist_cmp $DATAOUT/$TESTFILE $DATAOUT/$TESTFILE.json.out +$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.json.out rm -f $DATAOUT/$TESTFILE.json |