aboutsummaryrefslogtreecommitdiff
path: root/tests/test.h
Commit message (Collapse)AuthorAge
* Updates to reflect new external convey framework.Garrett D'Amore2016-12-20
|
* test_main in terms of test_main_group and test_group.Garrett D'Amore2016-12-18
|
* Minor bug fixes to test.h and co.Garrett D'Amore2016-12-18
|
* Added support for test_reset(), better than cleanup or other hacks.Garrett D'Amore2016-12-18
|
* Suppress exposure of contexts to code under test.Garrett D'Amore2016-12-18
| | | | Fix timing display, and other output bugs.
* Add test groups, free memory used by tests.Garrett D'Amore2016-12-18
|
* Test framework is dev-complete. More functionality may be added later.Garrett D'Amore2016-12-17
| | | | Also, the current code is not Win32 safe.
* Nicer test framework -- more internals in the .C, nicer and more correctGarrett D'Amore2016-12-17
| | | | test result output.
* Early test framework, modeled on GoConvey.Garrett D'Amore2016-12-15