fix(bpapi): Move static checks to test directory

This commit is contained in:
k32 2022-01-13 20:48:08 +01:00
parent fa59141d6d
commit aa54c6135b
2 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ ct: $(REBAR) conf-segs
@ENABLE_COVER_COMPILE=1 $(REBAR) ct --name $(CT_NODE_NAME) -c -v
.PHONY: static_checks
static_checks: dialyzer xref
@$(REBAR) ct --suite apps/emqx/test/emqx_bpapi_suite --readable false
static_checks:
@$(REBAR) as check do xref, dialyzer, ct --suite apps/emqx/test/emqx_bpapi_suite --readable false
APPS=$(shell $(CURDIR)/scripts/find-apps.sh)