Searched defs:ninjaTest (Results 1 – 1 of 1) sorted by relevance
26 type ninjaTest struct { struct27 command *TestCmd28 input *TestCmd29 query *TestCmd30 path *TestCmd31 paths *TestCmd32 deps *TestCmd33 build *TestCmd36 func (n *ninjaTest) Command(ctx context.Context, target string) (*bytes.Buffer, error) {39 func (n *ninjaTest) Input(ctx context.Context, target string) (*bytes.Buffer, error) {[all …]