libcellml icon indicating copy to clipboard operation
libcellml copied to clipboard

CMake: might want to support memory checks using `leaks` on macOS

Open agarny opened this issue 1 year ago • 0 comments

I really want to be able to test for memory leaks on macOS and valgrind/memcheck is "only" available on Linux. However, on macOS, there is the leaks program that can easily be used to check for memory leaks. All you need is to call it like so: leaks -atExit -- path/to/test.

agarny avatar Mar 08 '24 09:03 agarny