mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 11:43:24 +01:00
More spm fixes
This commit is contained in:
12
Sources/libimobiledevice/dependencies/libplist/test/cdata.test
Executable file
12
Sources/libimobiledevice/dependencies/libplist/test/cdata.test
Executable file
@@ -0,0 +1,12 @@
|
||||
## -*- sh -*-
|
||||
|
||||
set -e
|
||||
|
||||
DATASRC=$top_srcdir/test/data
|
||||
TESTFILE=cdata.plist
|
||||
DATAIN0=$DATASRC/$TESTFILE
|
||||
DATAOUT0=$top_builddir/test/data/$TESTFILE.bin
|
||||
|
||||
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
|
||||
|
||||
$top_builddir/test/plist_cmp $DATAIN0 $DATAOUT0
|
||||
Reference in New Issue
Block a user