diff options
author | Brian <none@none> | 2010-08-25 23:40:39 -0600 |
---|---|---|
committer | Brian <none@none> | 2010-08-25 23:40:39 -0600 |
commit | bed85f565b853b13576258adcd585c9753e3e10f (patch) | |
tree | b5ed510db75eefcbb380f4c5edd52d4fc8d69942 /dep/libzip/regress/get_comment.test | |
parent | 55b09e7a9c312e900d6995fac790173904d5cf60 (diff) |
Core/Dep: Added libzip which IS needed by G3D
Fixes compile on Windows and Linux (if you didn't have libzip installed for
some reason).
--HG--
branch : trunk
Diffstat (limited to 'dep/libzip/regress/get_comment.test')
-rw-r--r-- | dep/libzip/regress/get_comment.test | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dep/libzip/regress/get_comment.test b/dep/libzip/regress/get_comment.test new file mode 100644 index 00000000000..e2cb8293c6f --- /dev/null +++ b/dep/libzip/regress/get_comment.test @@ -0,0 +1,16 @@ +# show comments of a zip archive +# $NiH: comment.test,v 1.1 2006/04/09 19:05:48 wiz Exp $ +program get_comment +return 0 +args testcomment.zip +file testcomment.zip testcomment.zip testcomment.zip +stdout Archive comment: This is the archive comment for the file.
+stdout
+stdout Long.
+stdout
+stdout Longer.
+stdout +stdout No comment for `file1' +stdout File comment for `file2': First one had no comment. +stdout File comment for `file3': Third one. +stdout File comment for `file4': Last. |