blob: 364ac8cc641ca03a97591053718bbe9246833178 [file] [log] [blame]
all:
bazel build ...
test:
bazel test ... --test_output=all
checkfmt:
(cd adapter; ../tools/checkfmt.sh)
(cd common; ../tools/checkfmt.sh)
(cd mock; ../tools/checkfmt.sh)
presubmit: checkfmt test