diff options
author | Matthew Woehlke <matthew.woehlke@kitware.com> | 2017-07-10 16:09:24 (GMT) |
---|---|---|
committer | Matthew Woehlke <matthew.woehlke@kitware.com> | 2017-07-12 17:28:21 (GMT) |
commit | 117033c1d97456833e49336f6f3ebda5de3a5cbd (patch) | |
tree | b114ea693c2b4357db39b61a2c7e061f06c059b2 /Tests/RunCMake/test_include_dirs/dummy.cpp | |
parent | ed5bde30f70a7da8cc95e600195b58e0d936e38d (diff) | |
download | CMake-117033c1d97456833e49336f6f3ebda5de3a5cbd.zip CMake-117033c1d97456833e49336f6f3ebda5de3a5cbd.tar.gz CMake-117033c1d97456833e49336f6f3ebda5de3a5cbd.tar.bz2 |
Add TEST_INCLUDE_DIR[S] unit test
Add a unit test for the TEST_INCLUDE_DIR and (new) TEST_INCLUDE_DIRS
directory properties.
Diffstat (limited to 'Tests/RunCMake/test_include_dirs/dummy.cpp')
-rw-r--r-- | Tests/RunCMake/test_include_dirs/dummy.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/test_include_dirs/dummy.cpp b/Tests/RunCMake/test_include_dirs/dummy.cpp new file mode 100644 index 0000000..f8b643a --- /dev/null +++ b/Tests/RunCMake/test_include_dirs/dummy.cpp @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} |