Luca Boccassi
|
eec972a5b4
|
Problem: unused variable in test tool
Solution: don't write it
|
2019-07-09 18:10:25 +01:00 |
|
Simon Giesecke
|
de622c8198
|
Problem: functions are unnecessarily declared in header
Solution: remove from header and declare as static
|
2019-03-23 14:09:06 -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
|
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 |
|