commit | bf18b8a323a8ece67464a76f11784662fd3682b2 | [log] [tgz] |
---|---|---|
author | Ömer Sinan Ağacan <omersa@google.com> | Mon Mar 21 09:55:10 2022 +0100 |
committer | Ömer Sinan Ağacan <omersa@google.com> | Mon Mar 21 09:55:14 2022 +0100 |
tree | eb653cc190231d76130584374eb9d0b1339bf510 | |
parent | d26ba702dc92e64b4c3521537c665057844d7090 [diff] |
Just use `dart test`, it's shorter
diff --git a/protoc_plugin/Makefile b/protoc_plugin/Makefile index a7556e3..105acbd 100644 --- a/protoc_plugin/Makefile +++ b/protoc_plugin/Makefile
@@ -96,7 +96,7 @@ protos: $(PLUGIN_PATH) $(TEST_PROTO_LIBS) run-tests: protos - dart run test + dart test clean: rm -rf benchmark/lib/generated