diff options
Diffstat (limited to 'test/amp.test')
| -rwxr-xr-x | test/amp.test | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/amp.test b/test/amp.test new file mode 100755 index 0000000..0815391 --- /dev/null +++ b/test/amp.test | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | ## -*- sh -*- | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | DATASRC=$top_srcdir/test/data | ||
| 6 | TESTFILE=amp.plist | ||
| 7 | DATAIN0=$DATASRC/$TESTFILE | ||
| 8 | DATAOUT0=$top_builddir/test/data/$TESTFILE.out | ||
| 9 | |||
| 10 | rm -rf $DATAOUT0 | ||
| 11 | $top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0 | ||
| 12 | if test -f $DATAOUT0; then | ||
| 13 | exit 1 | ||
| 14 | fi | ||
