fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#28 add sanitizers to unit test app #38

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

A new build option to build the unit test app with some sanitizers has been added.
To enable sanitizers, add -DFK_YAML_RUN_SANITIZERS=ON when configuring fkYAML library with CMake.
Currently, this option is executed only on ubuntu during GitHub Actions.