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