
ADD_EXECUTABLE( load_save_test load_save_test.cpp )

# Link test to libfloudner library 
TARGET_LINK_LIBRARIES( load_save_test flounder )

