diff options
| author | 2017-01-02 02:06:39 +0100 | |
|---|---|---|
| committer | 2017-01-02 02:06:39 +0100 | |
| commit | 552801556f8537bcdeee2cc93e347a35a0847f7f (patch) | |
| tree | 605c29bd707a4418ce2fa8ad8bbe4abfd64d3581 /test/entities.test | |
| parent | 1cdb888575c6fc53fabe3575534ba99e3bb2c153 (diff) | |
| download | libplist-552801556f8537bcdeee2cc93e347a35a0847f7f.tar.gz libplist-552801556f8537bcdeee2cc93e347a35a0847f7f.tar.bz2 | |
test: Add new test case for entities
Diffstat (limited to 'test/entities.test')
| -rwxr-xr-x | test/entities.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/entities.test b/test/entities.test new file mode 100755 index 0000000..b87e4c7 --- /dev/null +++ b/test/entities.test | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | ## -*- sh -*- | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | DATASRC=$top_srcdir/test/data | ||
| 6 | TESTFILE=entities.plist | ||
| 7 | DATAIN0=$DATASRC/$TESTFILE | ||
| 8 | DATAOUT0=$top_builddir/test/data/$TESTFILE.bin | ||
| 9 | |||
| 10 | $top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 | ||
| 11 | |||
| 12 | $top_builddir/test/plist_cmp $DATAIN0 $DATAOUT0 | ||
