##// END OF EJS Templates
Multi-graph test is ready, just need to implement synchronization...
Multi-graph test is ready, just need to implement synchronization Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r1369:8a5759a257ef
r1371:ae26ed165253
Show More
CMakeLists.txt
3 lines | 259 B | text/plain | TextLexer
Added GUI Test Utils lib to share boilerplate code for UI testing...
r1360 subdirs(GUITestUtils)
declare_test(simple_graph simple_graph simple_graph/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")
Some test refac and prepared synchronized graph test...
r1369 declare_test(multiple_sync_graph multiple_sync_graph multiple_sync_graph/main.cpp "sciqlopgui;TestUtils;GUITestUtils;Qt5::Test")