blob: ef8654fc62a5296c5f35d73c65ec15ec4717213e [file] [log] [blame] [edit]
all:
bazel build ...
test:
bazel test ... --test_output=all
clean:
bazel clean
checkfmt:
(cd adapter; ../tools/checkfmt.sh)
(cd common; ../tools/checkfmt.sh)
(cd cmd/mockserver; ../../tools/checkfmt.sh)
(cd mock; ../tools/checkfmt.sh)
presubmit: checkfmt test