From: Mark Wooding Date: Mon, 4 May 2009 00:38:20 +0000 (+0100) Subject: Infrastructure: Switch testing over to Autotest. X-Git-Tag: 2.2.0~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/7cf5c72a6d353ed5a7e340562c11e54c21c85e5e?hp=7cf5c72a6d353ed5a7e340562c11e54c21c85e5e Infrastructure: Switch testing over to Autotest. Currently mLib testing is a hopeless mess. Maybe this will help sort it out. Some minor fixing was applied to the data-structure tests: * assoc and sym needed fixing to avoid corrupting their internal table-size count. There are now additional assertions that this internal count matches the hash table's own count. * darray needed fixing to report empty-array on `first' and `last' requests. ---