]> git.lizzy.rs Git - rust.git/commitdiff
check check-ui and check-incremental in check
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 13 May 2016 22:20:30 +0000 (15:20 -0700)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 13 May 2016 22:23:20 +0000 (15:23 -0700)
src/bootstrap/build/step.rs

index ba04f448f0b10dd021e1097060f98526734fc2d0..4e53ddef5945716aad3563dc13cce0bfd023d9d0 100644 (file)
@@ -381,6 +381,8 @@ pub fn deps(&self, build: &'a Build) -> Vec<Step<'a>> {
                     self.check_cfail(compiler),
                     self.check_rfail(compiler),
                     self.check_pfail(compiler),
+                    self.check_incremental(compiler),
+                    self.check_ui(compiler),
                     self.check_crate_std(compiler),
                     self.check_crate_test(compiler),
                     self.check_crate_rustc(compiler),