nemequ / hedley

A C/C++ header to help move #ifdefs out of your code
https://nemequ.github.io/hedley/
Creative Commons Zero v1.0 Universal
774 stars 51 forks source link

Add tests guide and github actions with testing #58

Closed Kamilcuk closed 2 years ago

Kamilcuk commented 2 years ago

Testing multiple versions of compilers is hard. There are multiple makefiles in test directory.

How to use the makefiles to test the project? Could you add a documentation?

The best would be to add github actions to run multiple docker images of multiple versions of compilers to test the code each commit.