mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
More spm fixes
This commit is contained in:
14
Sources/libimobiledevice/dependencies/libplist/test/amp.test
Executable file
14
Sources/libimobiledevice/dependencies/libplist/test/amp.test
Executable file
@@ -0,0 +1,14 @@
|
||||
## -*- sh -*-
|
||||
|
||||
set -e
|
||||
|
||||
DATASRC=$top_srcdir/test/data
|
||||
TESTFILE=amp.plist
|
||||
DATAIN0=$DATASRC/$TESTFILE
|
||||
DATAOUT0=$top_builddir/test/data/$TESTFILE.out
|
||||
|
||||
rm -rf $DATAOUT0
|
||||
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
|
||||
if test -f $DATAOUT0; then
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user