X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=Makefile;h=dbf043932977a08b54b1b3122d7f81d475916a38;hb=refs%2Fchanges%2F93%2F1893%2F1;hp=0a8e3beb4f829b34cb517888c7df128824284e74;hpb=49296cb7445207dc0ca8cb34cbe90ee29591530c;p=icn.git diff --git a/Makefile b/Makefile index 0a8e3be..dbf0439 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ bpa_rest_api_install: bpa_rest_api_verifier: pushd $(BPA_REST_API) && make e2e_test && popd +bpa_rest_api_unit: + pushd $(BPA_REST_API) && make unit_test && popd + bashate: bashate -i E006,E003,E002,E010,E011,E042,E043 `find . -type f -not -path './cmd/bpa-operator/vendor/*' -name *.sh`