diff options
author | Brad King <brad.king@kitware.com> | 2013-05-28 15:13:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-28 15:35:32 (GMT) |
commit | 7378792b4938d32c5eefc5bb485ecae1a7ec95fb (patch) | |
tree | 5fb61433b0cbd42a054ab9ad63b3c375e897a45f /Tests/RunCMake/if/IsDirectoryLong-stdout.txt | |
parent | 4ab10e063d8f640d9a3fa029fe9993e94f4096c3 (diff) | |
download | CMake-7378792b4938d32c5eefc5bb485ecae1a7ec95fb.zip CMake-7378792b4938d32c5eefc5bb485ecae1a7ec95fb.tar.gz CMake-7378792b4938d32c5eefc5bb485ecae1a7ec95fb.tar.bz2 |
if: Add test for IS_DIRECTORY
Add a RunCMake.if test to cover if() command behavior. Start with a
test for IS_DIRECTORY cases with an existing directory and a long path,
both with a trailing slash.
Diffstat (limited to 'Tests/RunCMake/if/IsDirectoryLong-stdout.txt')
-rw-r--r-- | Tests/RunCMake/if/IsDirectoryLong-stdout.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/if/IsDirectoryLong-stdout.txt b/Tests/RunCMake/if/IsDirectoryLong-stdout.txt new file mode 100644 index 0000000..5e62754 --- /dev/null +++ b/Tests/RunCMake/if/IsDirectoryLong-stdout.txt @@ -0,0 +1 @@ +Directory path with length 94208 correctly does not exist. |