File: small%2B%2B.test

package info (click to toggle)
libplist 2.7.0%2Bgit20250820-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,760 kB
  • sloc: ansic: 10,004; cpp: 1,382; makefile: 367; sh: 102
file content (15 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## -*- sh -*-

DATASRC=$top_srcdir/test/data
DATAOUT=$top_builddir/test/data
TESTFILE=2.plist

if ! test -d "$DATAOUT"; then
	mkdir -p $DATAOUT
fi

echo "Converting"
$top_builddir/test/plist_test++ $DATASRC/$TESTFILE $DATAOUT/small++.test.out

echo "Comparing"
$top_builddir/test/plist_cmp $DATASRC/$TESTFILE $DATAOUT/small++.test.out