add_executable(NetCDFFilterTest NetCDFFilterTest.cpp)

target_link_libraries(NetCDFFilterTest labplotmetatest)

add_test(NAME NetCDFFilterTest COMMAND NetCDFFilterTest)
