diff options
author | Brad King <brad.king@kitware.com> | 2022-02-24 15:42:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-02-24 22:41:46 (GMT) |
commit | ef162bb40bcda8dcbd561ed2b1a6c4bd46288add (patch) | |
tree | 43f8b9d9831dc16bdeecfc9855d7f2a5fd592cda /Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt | |
parent | 802b76140d782d1482ddbff676fee6108b1224b5 (diff) | |
download | CMake-ef162bb40bcda8dcbd561ed2b1a6c4bd46288add.zip CMake-ef162bb40bcda8dcbd561ed2b1a6c4bd46288add.tar.gz CMake-ef162bb40bcda8dcbd561ed2b1a6c4bd46288add.tar.bz2 |
Tests: Extend RunCMake.SymlinkTrees with more symlink layouts
Inspired-by: Ben Boeckel <ben.boeckel@kitware.com>
Issue: #16228
Diffstat (limited to 'Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt')
-rw-r--r-- | Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt b/Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt new file mode 100644 index 0000000..248e820 --- /dev/null +++ b/Tests/RunCMake/SymlinkTrees/different-src_in_bin-stdout.txt @@ -0,0 +1,4 @@ +-- source: '[^']*/Tests/RunCMake/SymlinkTrees/different/binary/source' +-- binary: '[^']*/Tests/RunCMake/SymlinkTrees/different/binary' +-- real source: '[^']*/Tests/RunCMake/SymlinkTrees/different_src/source_real' +-- real binary: '[^']*/Tests/RunCMake/SymlinkTrees/different_bin/binary_real' |