
ADD_EXECUTABLE( cholesky_test cholesky_test.cpp )

# Link test to libfloudner library 
TARGET_LINK_LIBRARIES( cholesky_test flounder )

