Lines Matching defs:target
517 /// Rebuild target in the 'working tree' (fs_).
520 void RebuildTarget(const string& target, const char* manifest,
540 void BuildTest::RebuildTarget(const string& target, const char* manifest,
567 EXPECT_TRUE(builder.AddTarget(target, &err));
773 // Given a dirty target with one ready input,
774 // we should rebuild the target.
787 // Given a target with one dirty input,
788 // we should rebuild the target.
933 EXPECT_EQ("unknown target: 'meow'", err);
1853 // Now remove a file, referenced from depfile, so that target becomes
2111 // Now expect the target to be rebuilt
2852 // This time, the header.h file was not updated during the build, so the target should
3230 // Check that invalidating deps by target timestamp also works here
3231 // Repeat the test but touch target instead of blanking the log.