Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 364 Bytes

finalfusion FFI

Running tests with valgrind

Tests can be run with Valgrind. First make sure that the valgrind binary is in your path. Then compile finalfusion-ffi as usual. For example:

$ mkdir build
$ cd build
$ cmake ..
$ make

Then the CMake ctest command can be used to run the tests with Valgrind:

$ ctest -T memcheck