aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* Getopt implemented (and minimal test).Garrett D'Amore2016-12-24
|
* Add thread & condition variable checks to platform tests.Garrett D'Amore2016-12-23
|
* Coarse clocks can return exact times.Garrett D'Amore2016-12-23
|
* Fix for incorrect nni_usleep(), found with newly created platform tests.Garrett D'Amore2016-12-23
|
* nng_setopt works (rcvtimeout, etc.) External API adjustments.Garrett D'Amore2016-12-23
| | | | | | | The external API now uses simpler names for various things, notably we ditch the whole nng_socket_xx prefix. For example, intstead of nng_socket_create, we just use nng_open(). There are no more nng_socket_xxx calls.
* Try to satisfy uncrustify version differences. Make test use verbose by ↵Garrett D'Amore2016-12-23
| | | | default.
* Some tests around recvmsg (no senders yet). Fixes for some edge cases.Garrett D'Amore2016-12-23
|
* Initial tests -- open & close work (no pipes or endpoints yet).Garrett D'Amore2016-12-23
|
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
|
* Updates to reflect new external convey framework.Garrett D'Amore2016-12-20
|
* Fix the definition of Main() in convey.hGarrett D'Amore2016-12-19
|
* fix windows compilation bug (colon instead of semicolon)Garrett D'Amore2016-12-19
|
* 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
|
* Nicer convey API - more closely mirrors the Go one.Garrett D'Amore2016-12-18
|
* Remove stale clean up handler bits. Attempt to provide Win32 API support.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
|
* Added linked list test suite.Garrett D'Amore2016-12-18
|
* So "test" target now does something useful.Garrett D'Amore2016-12-17
|
* 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