diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 00:07:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-11 00:07:52 (GMT) |
commit | d893a31f9f960d1906332988842de1b8bd0c4f5c (patch) | |
tree | f585d72f345a5031bed494f88da33e8dd234027e /tests/zlib.test | |
parent | da01cc0b3828c105964145e922195937765db837 (diff) | |
download | tcl-d893a31f9f960d1906332988842de1b8bd0c4f5c.zip tcl-d893a31f9f960d1906332988842de1b8bd0c4f5c.tar.gz tcl-d893a31f9f960d1906332988842de1b8bd0c4f5c.tar.bz2 |
verify zlib package presence and version
Diffstat (limited to 'tests/zlib.test')
-rw-r--r-- | tests/zlib.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/zlib.test b/tests/zlib.test index e63bd84..5f1e5fc 100644 --- a/tests/zlib.test +++ b/tests/zlib.test @@ -26,6 +26,9 @@ test zlib-1.2 {zlib basics} -constraints zlib -returnCodes error -body { test zlib-1.3 {zlib basics} -constraints zlib -body { zlib::pkgconfig list } -result zlibVersion +test zlib-1.4 {zlib basics} -constraints zlib -body { + package present zlib +} -result 2.0 test zlib-2.1 {zlib compress/decompress} zlib { zlib decompress [zlib compress abcdefghijklm] |