about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-11-04 02:33:38 +0800
committerkennytm <kennytm@gmail.com>2018-11-04 02:33:38 +0800
commit2bde4e7c057d7ebfd5902ef4e2d4c9f460d99b17 (patch)
tree148fb008f06b6875047a33a7fc97accd59b479f6 /src
parenta25733215905fdf7196b6eb996648fad0d2ae964 (diff)
downloadrust-2bde4e7c057d7ebfd5902ef4e2d4c9f460d99b17.tar.gz
rust-2bde4e7c057d7ebfd5902ef4e2d4c9f460d99b17.zip
Move a few more tests into the appveyor-subset-2.
This should allow the timings be more balanced.
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/mk/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index bcf2f6a675e..862fbbf1f28 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -85,7 +85,12 @@ check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
 check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
 	$(Q)$(BOOTSTRAP) test --target x86_64-unknown-linux-musl
 
-TESTS_IN_2 := src/test/run-pass src/test/compile-fail src/test/run-pass-fulldeps
+TESTS_IN_2 := \
+	src/test/ui \
+	src/test/run-pass \
+	src/test/compile-fail \
+	src/test/run-pass-fulldeps \
+	src/tools/linkchecker
 
 appveyor-subset-1:
 	$(Q)$(BOOTSTRAP) test $(TESTS_IN_2:%=--exclude %)