Sign in
edge
/
apid
/
istioApigeeAdapter
/
fbaae98e94ad5c1fd2c8b6ee21f4d18d77944ca3
/
.
/
Makefile
blob: c989c2d25c7fb18f867b4eab2f571df0e4e44f1b [
file
] [
log
] [
blame
]
all
:
bazel build
...
test
:
bazel test
...
--
test_output
=
all
checkfmt
:
(
cd adapter
;
../
tools
/
checkfmt
.
sh
)
presubmit
:
checkfmt test