You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Header tests are required to ensure that each header is self sufficient. It is also required to ensure that headers that arn't covered by unit tests don't have syntax errors. Currently header tests are manually written. They simple include a single headers.
Is it possible to create a CMake command to glob headers, generate the tests , and compile them? This would remove a ton of dumb files and make maintaining header tests almost zero work.
The text was updated successfully, but these errors were encountered:
Header tests are required to ensure that each header is self sufficient. It is also required to ensure that headers that arn't covered by unit tests don't have syntax errors. Currently header tests are manually written. They simple include a single headers.
Is it possible to create a CMake command to glob headers, generate the tests , and compile them? This would remove a ton of dumb files and make maintaining header tests almost zero work.
The text was updated successfully, but these errors were encountered: