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 |
|