Lines Matching refs:cmd
51 cmd := librust_proto_out.RuleParams.Command
52 if w := "protoc-gen-rust"; !strings.Contains(cmd, w) {
53 t.Errorf("expected %q in %q", w, cmd)
57 if w := "-Ishared_include"; !strings.Contains(cmd, w) {
58 t.Errorf("expected %q in %q", w, cmd)
60 if w := "-Istatic_include"; !strings.Contains(cmd, w) {
61 t.Errorf("expected %q in %q", w, cmd)
115 cmd := librust_proto_rule.RuleParams.Command
116 if w := "-Iproto"; !strings.Contains(cmd, w) {
117 t.Errorf("expected %q in %q", w, cmd)
148 cmd := librust_grpcio_out.RuleParams.Command
149 if w := "protoc-gen-grpc"; !strings.Contains(cmd, w) {
150 t.Errorf("expected %q in %q", w, cmd)
154 if w := "-I" + rustDefaultsDir + "libprotobuf-cpp-full-includes"; !strings.Contains(cmd, w) {
155 t.Errorf("expected %q in %q", w, cmd)