diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-11 21:27:19 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-11 21:34:17 (GMT) |
commit | 9fc87c6343a5d448f04d7a9397beb95e3b85178e (patch) | |
tree | be1510dea7a80fb25dcc94d9ddc467d86187edc4 /Tests/CMakeLists.txt | |
parent | d3ae0fff7dea00775f8c6e8bed59a494f102999c (diff) | |
download | CMake-9fc87c6343a5d448f04d7a9397beb95e3b85178e.zip CMake-9fc87c6343a5d448f04d7a9397beb95e3b85178e.tar.gz CMake-9fc87c6343a5d448f04d7a9397beb95e3b85178e.tar.bz2 |
Add a test for the new --find-package mode
Alex
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 2ad9a77..a75b3df 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -46,6 +46,8 @@ IF(BUILD_TESTING) ADD_SUBDIRECTORY(CMakeLib) + ADD_SUBDIRECTORY(FindPackageModeMakefileTest) + # Collect a list of all test build directories. SET(TEST_BUILD_DIRS) |