[libcxx-commits] [PATCH] D120479: [libcxx] [test] Place output from newconfig tests under a 'test' subdir

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 1 13:45:03 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG736c6e246f53: [libcxx] [test] Place output from newconfig tests under a 'test' subdir (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120479/new/

https://reviews.llvm.org/D120479

Files:
  libcxx/test/configs/cmake-bridge.cfg.in


Index: libcxx/test/configs/cmake-bridge.cfg.in
===================================================================
--- libcxx/test/configs/cmake-bridge.cfg.in
+++ libcxx/test/configs/cmake-bridge.cfg.in
@@ -22,7 +22,7 @@
 config.test_source_root = os.path.join('@LIBCXX_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')
 
 # Add substitutions for bootstrapping the test suite configuration
 config.substitutions.append(('%{cxx}', shlex.quote('@CMAKE_CXX_COMPILER@')))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120479.412235.patch
Type: text/x-patch
Size: 657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220301/2d7bc425/attachment.bin>


More information about the libcxx-commits mailing list