Sign in
edge
/
apid
/
istioApigeeAdapter
/
659438de62665ca15ffeeb7e895f0bcf2037e8f4
/
.
/
Makefile
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