From bddb061bd64692b3d1287064f8991c8c276528b6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 21 Apr 2023 16:04:40 +0200 Subject: test: Fix tests for distcheck --- test/Makefile.am | 1 + test/json3.test | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.1-32-gdbae