aboutsummaryrefslogtreecommitdiff
path: root/tests/zlib.test
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Add more tests for zlibEvan Hunter1-0/+21
2016-08-28zlib: Fix arg error checkingSteve Bennett1-7/+7
It is wrong to call Jim_WrongNumArgs() with argc == 0. Instead -1 should be returned from the subcmd function to display the standard error message. Add a --maintainer check for this condition in Jim_WrongNumArgs() and fix the zlib unit tests. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-03-28zlib: Update zlib.test to use needs, testreportSteve Bennett1-27/+30
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-03-28zlib: add zlib bindingsDima Krasner1-0/+119
Including documentation and tests