diff options
| author | 2015-02-05 22:25:09 +0100 | |
|---|---|---|
| committer | 2015-02-05 22:25:09 +0100 | |
| commit | 9ca25d293fe7f8aca8d952fc7bb91464fe2d34ab (patch) | |
| tree | dc03b5697ede0ea301aedd018ac64ad81dc50d60 /test/order.test | |
| parent | 43ae9d35badc43a5f14f439a54d761988c73e167 (diff) | |
| download | libplist-9ca25d293fe7f8aca8d952fc7bb91464fe2d34ab.tar.gz libplist-9ca25d293fe7f8aca8d952fc7bb91464fe2d34ab.tar.bz2 | |
test: Add missing .test files
Diffstat (limited to 'test/order.test')
| -rwxr-xr-x | test/order.test | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/order.test b/test/order.test new file mode 100755 index 0000000..f8a7702 --- /dev/null +++ b/test/order.test | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | ## -*- sh -*- | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | DATASRC=$top_srcdir/test/data | ||
| 6 | TESTFILE=order.bplist | ||
| 7 | DATAIN0=$DATASRC/$TESTFILE | ||
| 8 | DATAIN1=$DATASRC/order.plist | ||
| 9 | DATAOUT0=$top_builddir/test/data/$TESTFILE.out | ||
| 10 | |||
| 11 | $top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 | ||
| 12 | |||
| 13 | $top_builddir/test/plist_cmp $DATAIN1 $DATAOUT0 | ||
