liblouis / liblouisutdml

An open-source library providing complete braille transcription services for xml, html and text documents
http://liblouis.io
GNU General Public License v3.0
24 stars 16 forks source link

Add CI for running asan and usan #78

Closed sthibaul closed 2 years ago

sthibaul commented 2 years ago

For now this is only enabling asan and usan, which already pass fine, congrats ;)

For lsan, there are some issues, see https://github.com/liblouis/liblouisutdml/issues/77

egli commented 2 years ago

Hi @sthibaul thanks for this patch. I believe I integrated it in the CI by using a strategy similar to the one used in liblouis: Use a matrix to run all sanitizer tests. This functionality should replace what you have provided in this PR. Is it OK to close this PR as implemented the functionality?

sthibaul commented 2 years ago

Yep, indeed, thanks!