diff options
| author | 2013-12-13 00:44:17 +0100 | |
|---|---|---|
| committer | 2013-12-13 00:44:17 +0100 | |
| commit | a798afc8b5b00a43f4b121168e0419df2d398338 (patch) | |
| tree | c178d7a149028944254511d03f91266ca43cfcbd /test/medium.test | |
| parent | 3b7647499474619b3e24bf01105b6b037887a0ed (diff) | |
| download | libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.gz libplist-a798afc8b5b00a43f4b121168e0419df2d398338.tar.bz2 | |
change build system to autotools
Diffstat (limited to 'test/medium.test')
| -rwxr-xr-x | test/medium.test | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/medium.test b/test/medium.test new file mode 100755 index 0000000..231bb80 --- /dev/null +++ b/test/medium.test | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | ## -*- sh -*- | ||
| 2 | |||
| 3 | # Common definitions | ||
| 4 | if test -z "$srcdir"; then | ||
| 5 | srcdir=echo "$0" | sed 's,[^/]*$,,' | ||
| 6 | test "$srcdir" = "$0" && srcdir=. | ||
| 7 | test -z "$srcdir" && srcdir=. | ||
| 8 | test "${VERBOSE+set}" != set && VERBOSE=1 | ||
| 9 | fi | ||
| 10 | |||
| 11 | $srcdir/plist_test $srcdir/data/3.plist | ||
| 12 | |||
