Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b9129c0

Browse files
committed
Rename a couple of build dirs for consistency
1 parent fc23a8a commit b9129c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_system/tests.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ pub(crate) static PORTABLE_SIMD_REPO: GitRepo = GitRepo::github(
125125
);
126126

127127
pub(crate) static PORTABLE_SIMD: CargoProject =
128-
CargoProject::new(&PORTABLE_SIMD_REPO.source_dir(), "portable_simd_target");
128+
CargoProject::new(&PORTABLE_SIMD_REPO.source_dir(), "portable-simd_target");
129129

130-
static LIBCORE_TESTS_SRC: RelPath = RelPath::BUILD.join("coretests_src");
130+
static LIBCORE_TESTS_SRC: RelPath = RelPath::BUILD.join("coretests");
131131

132-
static LIBCORE_TESTS: CargoProject = CargoProject::new(&LIBCORE_TESTS_SRC, "core_tests");
132+
static LIBCORE_TESTS: CargoProject = CargoProject::new(&LIBCORE_TESTS_SRC, "coretests_target");
133133

134134
const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
135135
TestCase::custom("test.rust-random/rand", &|runner| {

0 commit comments

Comments
 (0)