Warning, /education/labplot/tests/backend/gsl/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 option(ENABLE_TEST_BACKEND_GSL "Enable GSL Tests" ON)
0002 
0003 if (ENABLE_TEST_BACKEND_GSL)
0004 
0005     # Currently no test is implemented so disable it for now and keep it
0006     #add_executable (GSLTest GSLTest.cpp)
0007 
0008     #target_link_libraries(GSLTest labplot2lib labplot2test)
0009 
0010     #add_test(NAME GSLTest COMMAND GSLTest)
0011 
0012     add_executable (ExpressionParserTest ExpressionParserTest.cpp)
0013 
0014     target_link_libraries(ExpressionParserTest labplot2test labplot2backendlib labplot2nsllib)
0015 
0016     add_test(NAME ExpressionParserTest COMMAND ExpressionParserTest)
0017 
0018 endif()