about summary refs log tree commit diff
path: root/src/bootstrap/mk
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-06-03 11:33:37 +0200
committerGitHub <noreply@github.com>2025-06-03 11:33:37 +0200
commit2fa33b0624d5bc3899e67607ba7c923f187ce8aa (patch)
tree51dcc463e044f2767bd401d45c0e72d941b94103 /src/bootstrap/mk
parent71009058b0af9dea42e67c83f8198b6c1dde79ce (diff)
parent59fbe04a5249d2da56b19bf0e7f4f017064a3866 (diff)
downloadrust-2fa33b0624d5bc3899e67607ba7c923f187ce8aa.tar.gz
rust-2fa33b0624d5bc3899e67607ba7c923f187ce8aa.zip
Rollup merge of #141949 - onur-ozkan:move-test-float-parse, r=Kobzol
move `test-float-parse` tool into `src/tools` dir

Obviously `test-float-parse` is a tool like any other in `src/tools`.

cc `@tgross35`
Diffstat (limited to 'src/bootstrap/mk')
-rw-r--r--src/bootstrap/mk/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 1ef3e07acf0..82c05092dfa 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -51,7 +51,7 @@ check-aux:
 	$(Q)$(BOOTSTRAP) test --stage 2 \
 		src/tools/cargo \
 		src/tools/cargotest \
-		src/etc/test-float-parse \
+		src/tools/test-float-parse \
 		$(BOOTSTRAP_ARGS)
 	# Run standard library tests in Miri.
 	$(Q)MIRIFLAGS="-Zmiri-strict-provenance" \