Simon Giesecke
|
58b636675a
|
Problem: on POSIX systems, all tests have a timeout of 60 seconds; disabling it via ZMQ_DISABLE_TEST_TIMEOUT doesn't work anymore
Solution: remove ZMQ_DISABLE_TEST_TIMEOUT guard but add default parameter to setup_test_environment
|
2020-02-04 09:48:55 +01:00 |
|
Simon Giesecke
|
cd954e207d
|
Problem: use of C-style casts
Solution: use static_cast/reinterpret_cast instead
|
2019-12-08 15:24:48 +01:00 |
|
Simon Giesecke
|
a83c57d0bb
|
Problem: identifiers not conformant with naming convention
Solution: fix identifier names
|
2019-12-08 15:24:48 +01:00 |
|
Simon Giesecke
|
7f43e7ff75
|
Problem: build targeting Windows XP is broken
Solution: fix build issues
|
2019-10-19 14:04:55 +02:00 |
|
Simon Giesecke
|
34999d5069
|
Problem: s_send(more) can be replaced by safer send_string_expect_success
Solution: remove s_send(more) and replace all uses
|
2019-03-24 13:34:13 -04:00 |
|
Simon Giesecke
|
1450830611
|
Problem: unused include directives
Solution: remove and add where needed
|
2019-03-23 09:46:37 -04:00 |
|
Simon Giesecke
|
d0c4402daf
|
Problem: needless use of macros
Solution: convert streq/strneq into functions
|
2019-03-23 09:09:36 -04:00 |
|
Simon Giesecke
|
5d74eba64a
|
Problem: remaining basic assertions
Solution: use unity assertions instead
|
2019-03-23 09:09:36 -04:00 |
|
Simon Giesecke
|
347708bcf2
|
Problem: test utilities are in headers and recompiled for every test
Solution: move test utilities to separate testutil library
|
2019-03-23 09:09:24 -04:00 |
|