SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

add struct test coverage to dexter test suite #60

Closed TomWeaver18 closed 4 years ago

TomWeaver18 commented 5 years ago

Adds struct tests to the dexter test suite.

types of struct tests covered:

rvo, inlining, diamond and sequence cfg, basic pods and some awkwardly sized structs.

TomWeaver18 commented 5 years ago

modified labels with "str" to now contain "start" instead.

added short descriptions to tests to give an overview of what they test.

OCHyams commented 5 years ago

Aesthetically LGTM - I haven't run or looked into the tests themselves in any great depth.