mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
More spm fixes
This commit is contained in:
15
Sources/libimobiledevice/dependencies/libplist/test/bigarray.test
Executable file
15
Sources/libimobiledevice/dependencies/libplist/test/bigarray.test
Executable 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
|
||||
Reference in New Issue
Block a user