Mercurial > trustbridge
comparison tests/CMakeLists.txt @ 25:92108a2120f1
Move certificatelist to common. Add cinst directory
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 10 Mar 2014 14:15:15 +0000 |
parents | dc1e1e9e62ce |
children |
comparison
equal
deleted
inserted
replaced
24:de67047ca229 | 25:92108a2120f1 |
---|---|
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 "${CERTIFICATELIST_SOURCES}") | 18 add_m13_test(certlistparsertest.cpp "${CERTIFICATELIST_SOURCES}") |
19 add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}") | |
19 | 20 |