Add a system test to check the mk and ninja files generated by incremental build.

Bug: 358428180
Test: Run the test locally.
Change-Id: If1862ee44976216f3c5a5c62d50c6d688d38023b
This commit is contained in:
Yu Liu
2024-09-12 23:56:31 +00:00
parent 167230037c
commit 4faab81e8e
3 changed files with 119 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ import "encoding/gob"
func init() {
gob.Register(ModuleOutPath{})
gob.Register(PhonyPath{})
gob.Register(unstableInfo{})
}