mity / acutest

Simple header-only C/C++ unit testing facility.
MIT License
346 stars 96 forks source link

Macos debugging #61

Closed hovsater closed 3 years ago

hovsater commented 3 years ago

Since debugger detection is already present on both Linux and Windows, I took the liberty to add support for macOS as well. The implementation is based upon Detecting the Debugger provided by Apple.

Closes #36

mity commented 3 years ago

Merged, thanks for contributing it.