mirror of
https://github.com/encounter/libplist.git
synced 2026-03-30 11:18:56 -07:00
12 lines
220 B
Bash
Executable File
12 lines
220 B
Bash
Executable File
## -*- sh -*-
|
|
|
|
DATASRC=$top_srcdir/test/data
|
|
DATAOUT=$top_builddir/test/data
|
|
TESTFILE=3.plist
|
|
|
|
if ! test -d "$DATAOUT"; then
|
|
mkdir -p $DATAOUT
|
|
fi
|
|
|
|
$top_builddir/test/plist_test $DATASRC/$TESTFILE $DATAOUT/$TESTFILE.out
|