Mercurial > trustbridge
changeset 1014:7d08fd354bff
Disable mainwindowtest for now
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 15:26:48 +0200 |
parents | 87040c157bc8 |
children | 268d91ee4be6 |
files | ui/tests/CMakeLists.txt |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)