Run-timer, setup/teardown, and detailed messages
Brought to you by:
asimjalis
In order to adopt CuTest to my own problems, I made
some changes to my local copy: I added setup and
teardown (very useful when testing an ADT - I used it
to test my hashmap implementation); I made the
asserts use the #-macro to print out more useful error
messages; finally, I added a run-timer so I could see
what tests take the longest.
CuTest.c 1.9, CuTest.h 1.8 - patch