set (SOURCES    "main.cpp")

set (HEADERS    "util.h"
                "test_numeric_gradient.h"
                "testtubule.h"
                "testframeshift.h"
                "testdepolymerisation.h"
                "lateral_distances.h"
                "innercoordinate.h"
)

add_executable(manual_test ${SOURCES} ${HEADERS})
TARGET_LINK_LIBRARIES(manual_test MTRestart0)
