Skip to content

Commit e72a675

Browse files
ldionnecopybara-github
authored andcommitted
[runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717)
Instead of placing artifacts for testing the runtimes at <build>/test, place those artifacts at <build>/<project>/test. This prevents cluttering the build directory with the runtimes' test artifacts for everyone else. As a drive-by, remove LIBCXX_BINARY_INCLUDE_DIR which wasn't used anymore. NOKEYCHECK=True GitOrigin-RevId: 8c77f4c5087ac5a8e5dc08e472cf06897689a68b
1 parent 41b4634 commit e72a675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configs/cmake-bridge.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config.name = os.path.basename('@LIBUNWIND_TEST_CONFIG@')
2020
config.test_source_root = os.path.join('@LIBUNWIND_SOURCE_DIR@', 'test')
2121
config.test_format = libcxx.test.format.CxxStandardLibraryTest()
2222
config.recursiveExpansionLimit = 10
23-
config.test_exec_root = os.path.join('@CMAKE_BINARY_DIR@', 'test')
23+
config.test_exec_root = os.path.join('@LIBUNWIND_BINARY_DIR@', 'test')
2424

2525
# Add a few features that are common to all the configurations
2626
if @LIBUNWIND_USES_ARM_EHABI@:

0 commit comments

Comments
 (0)