
ADD_EXECUTABLE( seabed_predict_test seabed_predict_test.cpp )

# Link test to libfloudner library 
TARGET_LINK_LIBRARIES( seabed_predict_test flounder )

