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
|
66d0f3511f
|
Problem: ipc transport not supported under Windows
Solution: implement support
|
2019-10-29 23:04:54 +01:00 |
|
Christophe Guillon
|
f203064374
|
Problem: test assertions not reporting the right line number
Solution: pass the line number as part of the testutil functions
|
2019-06-12 11:20:48 +02:00 |
|
Simon Giesecke
|
1450830611
|
Problem: unused include directives
Solution: remove and add where needed
|
2019-03-23 09:46:37 -04:00 |
|
Simon Giesecke
|
a62e9d35be
|
Problem: internal functions present in header file
Solution: remove declaration and make functions static
|
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 |
|