Skip to content

Commit b636f41

Browse files
committed
Allow adding rabbitmqctl to PLT_APPS
1 parent 9fbc0fb commit b636f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/rabbit_common/mk/rabbitmq-early-test.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ endif
1616

1717
DIALYZER_OPTS ?= -Werror_handling
1818

19+
dialyze: ERL_LIBS := $(ERL_LIBS):$(DEPS_DIR):$(DEPS_DIR)/rabbitmq_cli/_build/dev/lib:$(dir $(shell elixir --eval ":io.format '~s~n', [:code.lib_dir :elixir ]"))
20+
1921
# --------------------------------------------------------------------
2022
# %-on-concourse dependencies.
2123
# --------------------------------------------------------------------

0 commit comments

Comments
 (0)