Mercurial > trustbridge
comparison tests/CMakeLists.txt @ 21:dc1e1e9e62ce
Add certificate class and use it
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 20 Feb 2014 10:58:28 +0000 |
parents | f4f957c58e0a |
children | 92108a2120f1 |
comparison
equal
deleted
inserted
replaced
20:fec1a610d43f | 21:dc1e1e9e62ce |
---|---|
13 endmacro() | 13 endmacro() |
14 | 14 |
15 # Add the current source dir to the definition | 15 # Add the current source dir to the definition |
16 # so that it can be used in file names in the tests. | 16 # so that it can be used in file names in the tests. |
17 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") | 17 add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") |
18 add_m13_test(certlistparsertest.cpp "${CMAKE_SOURCE_DIR}/cinst/listutil.c;${CMAKE_SOURCE_DIR}/ui/certificatelist.cpp") | 18 add_m13_test(certlistparsertest.cpp "${CERTIFICATELIST_SOURCES}") |
19 | 19 |