Skip to content

Commit

Permalink
test: Fix tests for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Apr 21, 2023
1 parent 7b94db8 commit bddb061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down
2 changes: 1 addition & 1 deletion test/json3.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bddb061

Please sign in to comment.