Warning, /education/labplot/tests/backend/Axis/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 option(ENABLE_TEST_BACKEND_AXIS "Enable Axis Tests" ON) 0002 0003 if (ENABLE_TEST_BACKEND_AXIS) 0004 0005 add_executable (AxisTest AxisTest.cpp) 0006 0007 target_link_libraries(AxisTest labplot2backendlib labplot2lib labplot2nsllib labplot2test) 0008 0009 add_test(NAME AxisTest COMMAND AxisTest) 0010 0011 add_executable (AxisTest2 AxisTest2.cpp) 0012 0013 target_link_libraries(AxisTest2 labplot2backendlib labplot2lib labplot2nsllib labplot2test) 0014 0015 add_test(NAME AxisTest2 COMMAND AxisTest2) 0016 0017 add_executable (AxisTest3 AxisTest3.cpp) 0018 0019 target_link_libraries(AxisTest3 labplot2backendlib labplot2lib labplot2nsllib labplot2test) 0020 0021 add_test(NAME AxisTest3 COMMAND AxisTest3) 0022 0023 endif()