comparison tests/CMakeLists.txt @ 7:992c0ec57660

Add unit tests make CertificateList work.
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 12 Feb 2014 16:52:27 +0000
parents
children f4f957c58e0a
comparison
equal deleted inserted replaced
6:1f6455d46b30 7:992c0ec57660
1 set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
2
3 include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ui)
4
5 find_package(Qt5Test)
6
7 macro(add_m13_test _source)
8 set(_test ${_source})
9 get_filename_component(_name ${_source} NAME_WE)
10 add_executable(${_name} ${_test} ${M13UI_SOURCES})
11 add_test(m13-${_name} ${_name})
12 target_link_libraries(${_name} Qt5::Test Qt5::Widgets ${EXTRA_STATIC_LIBS})
13 endmacro()
14
15 # Add the current source dir to the definition
16 # so that it can be used in file names in the tests.
17 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
18 add_m13_test(certlistparsertest.cpp)
19

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