diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-26 20:30:18 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-26 21:21:03 (GMT) |
commit | 0bba365ff5423fc51d574d17b7934e3a0148ac2e (patch) | |
tree | 34258bc38cdf5bf6e805f735e445f7318af5b848 /Tests/CMakeLists.txt | |
parent | 6e6fbb0e436889c93bb64930fda51a1ef32326ae (diff) | |
download | CMake-0bba365ff5423fc51d574d17b7934e3a0148ac2e.zip CMake-0bba365ff5423fc51d574d17b7934e3a0148ac2e.tar.gz CMake-0bba365ff5423fc51d574d17b7934e3a0148ac2e.tar.bz2 |
Add test for find_dependency macro.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 8074a01..c414850 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -381,6 +381,7 @@ if(BUILD_TESTING) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/Module/ExternalData") ADD_TEST_MACRO(Module.GenerateExportHeader GenerateExportHeader) + ADD_TEST_MACRO(Module.FindDependency FindDependency) if (APPLE OR CMAKE_CXX_COMPILER_ID MATCHES "GNU") include(CheckCXXCompilerFlag) |