add_executable (DifferentiationTest DifferentiationTest.cpp)

target_link_libraries(DifferentiationTest labplot2lib labplot2test)

add_test(NAME DifferentiationTest COMMAND DifferentiationTest)
