# HG changeset patch # User Andre Heinecke # Date 1409664408 -7200 # Node ID 7d08fd354bff979ef4e0a904a9ed27019020fb17 # Parent 87040c157bc8aae249c0d45b0d7482852cfdbe98 Disable mainwindowtest for now diff -r 87040c157bc8 -r 7d08fd354bff ui/tests/CMakeLists.txt --- a/ui/tests/CMakeLists.txt Tue Sep 02 15:26:35 2014 +0200 +++ b/ui/tests/CMakeLists.txt Tue Sep 02 15:26:48 2014 +0200 @@ -69,7 +69,9 @@ add_custom_test(commontest.cpp "") add_custom_test(createcertlisttest.cpp "") -add_custom_test(mainwindowtest.cpp "") + +# Disabled for now at it executes too much and brings up the mainwindow +# add_custom_test(mainwindowtest.cpp "") # Using fakeinstaller here would cause windows UAC heuristics to trigger add_executable(fakeinst fakeinstaller.c)