
ADD_EXECUTABLE( marginalisation_test marginalisation_test.cpp )

# Link test to libfloudner library 
TARGET_LINK_LIBRARIES( marginalisation_test flounder )

