summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2023-04-05 13:56:54 +0300
committerMartin Storsjö <martin@martin.st>2023-04-11 00:13:33 +0300
commita2ef896a961c0180314acfde635f2b2f1e3625d4 (patch)
tree307c82dec39e935cab21b86012de01b90a814512 /libcxxabi
parentaf9eb1e3845f699a15aef73b6398fc62499fda01 (diff)
downloadllvm-a2ef896a961c0180314acfde635f2b2f1e3625d4.tar.gz
[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir
Previously, all the output from the tests were placed directly in the build directory. The tests produce a couple directories named `__config_{exec,cache,src}__` which are easy to distinguish, and the output from the individual tests were placed directly in a directory named `Output`. This is the same change as 736c6e246f5398331d83edd204a846cc967ad5c6, but for the libcxxabi and libunwind test suites. Differential Revision: https://reviews.llvm.org/D147628
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/configs/cmake-bridge.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/configs/cmake-bridge.cfg.in b/libcxxabi/test/configs/cmake-bridge.cfg.in
index d61303aa5173..89b2dca6e530 100644
--- a/libcxxabi/test/configs/cmake-bridge.cfg.in
+++ b/libcxxabi/test/configs/cmake-bridge.cfg.in
@@ -21,7 +21,7 @@ config.name = os.path.basename('@LIBCXXABI_TEST_CONFIG@')
config.test_source_root = os.path.join('@LIBCXXABI_SOURCE_DIR@', 'test')
config.test_format = libcxx.test.format.CxxStandardLibraryTest()
config.recursiveExpansionLimit = 10
-config.test_exec_root = '@CMAKE_BINARY_DIR@'
+config.test_exec_root = os.path.join('@CMAKE_BINARY_DIR@', 'test')
# TODO: This is a non-standard Lit attribute and we should have another way of accessing this.
config.host_triple = '@LLVM_HOST_TRIPLE@'