diff options
author | Brad King <brad.king@kitware.com> | 2015-09-01 20:33:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-02 14:17:22 (GMT) |
commit | fdbfc9f6777696bdba60feafb9bb9a2f3fe02828 (patch) | |
tree | 42658d535a1a57f0e2c6996e64daf8fce558c3f3 /Tests/RunCMake/find_program/CMakeLists.txt | |
parent | 907a919be15e262eee75c10d06ce314e912abdbe (diff) | |
download | CMake-fdbfc9f6777696bdba60feafb9bb9a2f3fe02828.zip CMake-fdbfc9f6777696bdba60feafb9bb9a2f3fe02828.tar.gz CMake-fdbfc9f6777696bdba60feafb9bb9a2f3fe02828.tar.bz2 |
Tests: Add explicit testing for find_program
Previously this command was tested only implicitly as part of larger
tests. Add a RunCMake.find_program test to cover find_program cases
specifically and independently.
Diffstat (limited to 'Tests/RunCMake/find_program/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/find_program/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_program/CMakeLists.txt b/Tests/RunCMake/find_program/CMakeLists.txt new file mode 100644 index 0000000..74b3ff8 --- /dev/null +++ b/Tests/RunCMake/find_program/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 3.3) +project(${RunCMake_TEST} NONE) +include(${RunCMake_TEST}.cmake) |