brenoguim / flexclass

A library for classes with flexible layout
MIT License
56 stars 6 forks source link

Refactor 'basic' tests #15

Open brenoguim opened 4 years ago

brenoguim commented 4 years ago

The main test file (tests/unit/basic.test.cpp) contains a lot of duplicated code, it's not very thorough and doesn't test many of the corner cases.

It would be nice to cleanup, reuse, add more tests... Anything improving tests will count!