PROJECT = epocxy
V = 0

TEST_DEPS = proper
## DEPS = proper eper  # when debugging

dep_proper = git https://github.com/manopapad/proper master

ERLC_OPTS := +debug_info +"{cover_enabled, true}"
TEST_ERLC_OPTS := -I include -I test/epocxy $(ERLC_OPTS)

CT_OPTS := -cover test/epocxy.coverspec
CT_SUITES = batch_feeder ets_buffer cxy_ctl cxy_cache cxy_fount

DIALYZER_OPTS := -I include -Werror_handling -Wrace_conditions -Wunmatched_returns

include erlang.mk

run:
	erl -pa ebin -pa deps/*/ebin -smp enable -name epocxy -boot start_sasl
