diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2016-11-26 17:57:46 (GMT) |
---|---|---|
committer | Domen Vrankar <domen.vrankar@gmail.com> | 2016-11-27 22:20:34 (GMT) |
commit | 53a69c7dd47f693efec85e031b89251dd7bdef2f (patch) | |
tree | 53acaab2bb7329e5a1cfa5c8dc1f35ba9c8be71f /Tests/RunCMake/CPack/CMakeLists.txt | |
parent | 70b52a7113664b8b74b231d62ff798952d29ae1f (diff) | |
download | CMake-53a69c7dd47f693efec85e031b89251dd7bdef2f.zip CMake-53a69c7dd47f693efec85e031b89251dd7bdef2f.tar.gz CMake-53a69c7dd47f693efec85e031b89251dd7bdef2f.tar.bz2 |
Tests: CPack move tests to separate dir
For greater transparency tests
are moved to a subfolder with
each test having its own dir.
Diffstat (limited to 'Tests/RunCMake/CPack/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CPack/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CPack/CMakeLists.txt b/Tests/RunCMake/CPack/CMakeLists.txt index 409245e..c4d9d5d 100644 --- a/Tests/RunCMake/CPack/CMakeLists.txt +++ b/Tests/RunCMake/CPack/CMakeLists.txt @@ -5,7 +5,7 @@ project(${RunCMake_TEST} CXX) # set default test name (can be overwritten in test.cmake or specifics.cmake) string(TOLOWER "${RunCMake_TEST_FILE_PREFIX}" CPACK_PACKAGE_NAME) -include(${RunCMake_TEST_FILE_PREFIX}.cmake) +include(tests/${RunCMake_TEST_FILE_PREFIX}/test.cmake) # include test generator specifics if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${GENERATOR_TYPE}/${RunCMake_TEST_FILE_PREFIX}-specifics.cmake") |