Infrastructure: Switch testing over to Autotest.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 4 May 2009 00:38:20 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 20 Oct 2012 11:40:09 +0000 (12:40 +0100)
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.


No differences found