[libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir
authorMartin Storsjö <martin@martin.st>
Wed, 5 Apr 2023 10:56:54 +0000 (13:56 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 10 Apr 2023 21:13:33 +0000 (00:13 +0300)
commita2ef896a961c0180314acfde635f2b2f1e3625d4
tree307c82dec39e935cab21b86012de01b90a814512
parentaf9eb1e3845f699a15aef73b6398fc62499fda01
[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
libcxxabi/test/configs/cmake-bridge.cfg.in
libunwind/test/configs/cmake-bridge.cfg.in