diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-11-26 17:46:55 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-12-03 16:06:44 (GMT) |
commit | 7878d06189e6ee11646fcad9851d5bc4d19a16e6 (patch) | |
tree | 261a3e3c7a4fa0e81287b19f088fe5ff326cc7c6 /Tests/RunCMake/string/subdir | |
parent | 3350e4d209b6a7ff758ca371af4d62844a66ab36 (diff) | |
download | CMake-7878d06189e6ee11646fcad9851d5bc4d19a16e6.zip CMake-7878d06189e6ee11646fcad9851d5bc4d19a16e6.tar.gz CMake-7878d06189e6ee11646fcad9851d5bc4d19a16e6.tar.bz2 |
test: add a test for clearing regex results
Diffstat (limited to 'Tests/RunCMake/string/subdir')
-rw-r--r-- | Tests/RunCMake/string/subdir/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/string/subdir/CMakeLists.txt b/Tests/RunCMake/string/subdir/CMakeLists.txt new file mode 100644 index 0000000..5573308 --- /dev/null +++ b/Tests/RunCMake/string/subdir/CMakeLists.txt @@ -0,0 +1,2 @@ +check_for_success("check for success in add_subdirectory") +do_regex_failure("failing inside of add_subdirectory") |