commit | 900cef50e298d444fa48eda1ec5bed8c6344f0bc | [log] [tgz] |
---|---|---|
author | Ömer Sinan Ağacan <omersa@google.com> | Mon Mar 21 10:31:19 2022 +0100 |
committer | GitHub <noreply@github.com> | Mon Mar 21 10:31:19 2022 +0100 |
tree | 95f38fcf0928ea1fac48190808ac3e0e0c2d5365 | |
parent | 2546269c5f5585a074457b4f9a9a80bf5f3fb268 [diff] |
Fix protoc_plugin run-tests make rule (#586)
diff --git a/protoc_plugin/Makefile b/protoc_plugin/Makefile index 02718d8..a7556e3 100644 --- a/protoc_plugin/Makefile +++ b/protoc_plugin/Makefile
@@ -96,7 +96,7 @@ protos: $(PLUGIN_PATH) $(TEST_PROTO_LIBS) run-tests: protos - pub run test + dart run test clean: rm -rf benchmark/lib/generated