comparison ui/tests/CMakeLists.txt @ 563:aee3eb10bbba

Add unit test for sw update execution and fix shell execute params
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 22 May 2014 15:18:06 +0000
parents 3af16cbc961d
children cf7e82e91875
comparison
equal deleted inserted replaced
562:ccdc4c6b97ce 563:aee3eb10bbba
58 add_custom_test(commontest.cpp "") 58 add_custom_test(commontest.cpp "")
59 59
60 add_custom_test(createcertlisttest.cpp "") 60 add_custom_test(createcertlisttest.cpp "")
61 add_custom_test(mainwindowtest.cpp "") 61 add_custom_test(mainwindowtest.cpp "")
62 62
63 # Using fakeinstaller here would cause windows UAC heuristics to trigger
64 add_executable(fakeinst fakeinstaller.c)
65
63 if (WIN32) 66 if (WIN32)
64 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") 67 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")
65 endif (WIN32) 68 endif (WIN32)
66 69
67 if (NSS_FOUND) 70 if (NSS_FOUND)

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