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