Skip to content

finalfusion/finalfusion-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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