set(TEST_SRCS
  shapeworksTests.cpp
  )

add_executable(shapeworksTests
  ${TEST_SRCS}
  )

target_link_libraries(shapeworksTests
  Testing
  )

add_test(NAME shapeworksTests COMMAND shapeworksTests)
