Warning, /education/kstars/Tests/tools/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 SET( ArtificialHorizonTest_SRCS testartificialhorizon.cpp  )
0002 ADD_EXECUTABLE( testartificialhorizon testartificialhorizon.cpp )
0003 TARGET_LINK_LIBRARIES( testartificialhorizon ${TEST_LIBRARIES})
0004 ADD_TEST( NAME ArtificialHorizonTest COMMAND testartificialhorizon )
0005 SET_TESTS_PROPERTIES( ArtificialHorizonTest PROPERTIES LABELS "stable" TIMEOUT 600)
0006 
0007 SET( GreatCircleTest_SRCS testgreatcircle.cpp  )
0008 ADD_EXECUTABLE( testgreatcircle testgreatcircle.cpp )
0009 TARGET_LINK_LIBRARIES( testgreatcircle ${TEST_LIBRARIES})
0010 ADD_TEST( NAME GreatCircleTest COMMAND testgreatcircle )
0011 SET_TESTS_PROPERTIES( GreatCircleTest PROPERTIES LABELS "stable" TIMEOUT 600)