comparison ui/tests/CMakeLists.txt @ 559:dd8a295d5b4d

Add framework for mainwindow testing
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 22 May 2014 10:20:45 +0000
parents 5dc4aa684c63
children 3af16cbc961d
comparison
equal deleted inserted replaced
558:bde15f68942b 559:dd8a295d5b4d
54 add_custom_test(cinstprocesstest.cpp "") 54 add_custom_test(cinstprocesstest.cpp "")
55 add_dependencies(cinstprocesstest cinst) 55 add_dependencies(cinstprocesstest cinst)
56 add_custom_test(commontest.cpp "") 56 add_custom_test(commontest.cpp "")
57 57
58 add_custom_test(createcertlisttest.cpp "${CMAKE_SOURCE_DIR}/ui/createcertlistdialog.cpp") 58 add_custom_test(createcertlisttest.cpp "${CMAKE_SOURCE_DIR}/ui/createcertlistdialog.cpp")
59 add_custom_test(mainwindowtest.cpp "${TRUSTBRIDGE_SOURCES}")
59 60
60 if (WIN32) 61 if (WIN32)
61 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") 62 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")
62 endif (WIN32) 63 endif (WIN32)
63 64

http://wald.intevation.org/projects/trustbridge/