about summary refs log tree commit diff
path: root/src/bootstrap/mk
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-07-20 11:17:37 -0500
committerTrevor Gross <tmgross@umich.edu>2024-07-21 11:57:10 -0500
commitd12387835f32ee333bc41b85a43234f39f7e32ef (patch)
tree158804bccda3b64f5d615d36bcfbe27ddcce9ea0 /src/bootstrap/mk
parent6062059ab0f9a805ae8327a80e55bc6f47330a7b (diff)
downloadrust-d12387835f32ee333bc41b85a43234f39f7e32ef.tar.gz
rust-d12387835f32ee333bc41b85a43234f39f7e32ef.zip
Run `test-float-parse` as part of CI
With the previous improvements, it is now possible to run float parsing
tests as part of CI. Enable it here.

This only runs a subset of tests, which takes about one minute.
Diffstat (limited to 'src/bootstrap/mk')
-rw-r--r--src/bootstrap/mk/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 7e38a0996e5..9acd85cddde 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -51,6 +51,7 @@ check-aux:
 	$(Q)$(BOOTSTRAP) test --stage 2 \
 		src/tools/cargo \
 		src/tools/cargotest \
+		src/etc/test-float-parse \
 		$(BOOTSTRAP_ARGS)
 	# Run standard library tests in Miri.
 	$(Q)BOOTSTRAP_SKIP_TARGET_SANITY=1 \