mirror of
https://github.com/encounter/libplist.git
synced 2026-03-30 11:18:56 -07:00
12 lines
210 B
Bash
12 lines
210 B
Bash
|
|
## -*- sh -*-
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
DATASRC=$top_srcdir/test/data
|
||
|
|
TESTFILE=recursion.bplist
|
||
|
|
DATAIN0=$DATASRC/$TESTFILE
|
||
|
|
DATAOUT0=$top_builddir/test/data/$TESTFILE.out
|
||
|
|
|
||
|
|
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
|
||
|
|
|