Mercurial > trustbridge
comparison ui/tests/CMakeLists.txt @ 468:a53286e5b126
Add failing test for certificate list creation
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 16:21:49 +0000 |
parents | 09bb19e5e369 |
children | fa3a7ebf0049 |
comparison
equal
deleted
inserted
replaced
467:5ebee91c0bb8 | 468:a53286e5b126 |
---|---|
52 # Cinstprocess | 52 # Cinstprocess |
53 add_custom_test(cinstprocesstest.cpp "${CERTIFICATELIST_SOURCES}") | 53 add_custom_test(cinstprocesstest.cpp "${CERTIFICATELIST_SOURCES}") |
54 add_dependencies(cinstprocesstest cinst) | 54 add_dependencies(cinstprocesstest cinst) |
55 add_custom_test(commontest.cpp "") | 55 add_custom_test(commontest.cpp "") |
56 | 56 |
57 add_custom_test(createcertlisttest.cpp "${CERTIFICATELIST_SOURCES};${CMAKE_SOURCE_DIR}/ui/sslhelp.cpp;${CMAKE_SOURCE_DIR}/ui/createcertlistdialog.cpp") | |
58 | |
57 if (WIN32) | 59 if (WIN32) |
58 add_custom_test(windowsstoretest.cpp "${CERTIFICATELIST_SOURCES};${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") | 60 add_custom_test(windowsstoretest.cpp "${CERTIFICATELIST_SOURCES};${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") |
59 endif (WIN32) | 61 endif (WIN32) |
60 | 62 |
61 if (NSS_FOUND) | 63 if (NSS_FOUND) |