CMake/Tests/Complex/Library
Daniel Pfeifer 7a649111cd Use string(APPEND) in Tests
Automate with:

find Tests -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
2016-07-28 00:43:04 +02:00
..
ExtraSources ENH: try to get better test coverage 2001-08-23 13:57:45 -04:00
SystemDir Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
TestLink.c ENH: Added test for linking to a static library that is next to a shared library. See bug#1644 for related changes. 2006-09-15 14:31:24 -04:00
create_file.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
dummy ENH: fix tests 2002-03-29 15:02:18 -05:00
empty.h ENH: fix tests 2002-03-29 15:02:18 -05:00
file2.cxx ENH: Add test for REMOVE_DEFINITION 2004-04-15 13:59:29 -04:00
file2.h ENH: fix tests 2002-03-29 15:02:18 -05:00
notInAllLib.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
sharedFile.cxx ENH: try to get better test coverage 2001-08-23 13:57:45 -04:00
sharedFile.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testConly.c Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
testConly.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
test_preprocess.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00