More spm fixes

This commit is contained in:
Joe Mattiello
2023-03-01 08:52:01 -05:00
parent f3a70e1e47
commit 364b11ec9d
516 changed files with 154395 additions and 803 deletions

View File

@@ -0,0 +1,15 @@
## -*- sh -*-
DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=6.plist
if ! test -d "$DATAOUT"; then
mkdir -p $DATAOUT
fi
echo "Converting"
$top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out
echo "Comparing"
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out