Searched defs:testPathContext (Results 1 – 1 of 1) sorted by relevance
1238 type testPathContext struct { struct1239 config Config1240 fs pathtools.FileSystem1243 func (x *testPathContext) Fs() pathtools.FileSystem { return x.fs }1244 func (x *testPathContext) Config() Config { return x.config }1245 func (x *testPathContext) AddNinjaFileDeps(...string) {}