Skip to content

Commit

Permalink
hibari >> gh56 - Include eper
Browse files Browse the repository at this point in the history
Add eper to reber.config, Makefile and reltool.config
  • Loading branch information
tatsuya6502 committed Nov 27, 2015
1 parent 91bf5dc commit 327a40f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -117,19 +117,19 @@ eunit: compile-for-eunit

eunit-core: compile-for-eunit
@echo "eunit testing (core): $(RELPKG) ..."
$(REBAR) eunit -r skip_apps='ubf,gdss_ubf_proto,ubf_thrift,thrift,lager,meck,asciiedoc,edown'
$(REBAR) eunit -r skip_apps='ubf,gdss_ubf_proto,ubf_thrift,thrift,lager,eper,meck,asciiedoc,edown'

eunit-thrift: compile-for-eunit
@echo "eunit testing (thrift): $(RELPKG) ..."
$(REBAR) eunit -r skip_apps='gdss_brick,gdss_client,gdss_admin,cluster_info,partition_detector,congestion_watcher,gmt_util,lager,meck,asciiedoc,edown'
$(REBAR) eunit -r skip_apps='gdss_brick,gdss_client,gdss_admin,cluster_info,partition_detector,congestion_watcher,gmt_util,lager,eper,meck,asciiedoc,edown'

eqc: compile-for-eqc
@echo "eqc testing: $(RELPKG) ..."
$(REBAR) eqc -r qc_opts=3000 skip_apps='lager,meck,ubf,ubf_thrift'
$(REBAR) eqc -r qc_opts=3000 skip_apps='lager,eper,meck,ubf,ubf_thrift'

eqc-thrift: compile-for-eqc
@echo "eqc testing (thrift): $(RELPKG) ..."
$(REBAR) eqc -r qc_opts=3000 skip_apps='gdss_brick,gdss_client,gdss_admin,cluster_info,partition_detector,congestion_watcher,gmt_util,lager,meck'
$(REBAR) eqc -r qc_opts=3000 skip_apps='gdss_brick,gdss_client,gdss_admin,cluster_info,partition_detector,congestion_watcher,gmt_util,lager,eper,meck'

proper: compile-for-proper
@echo "proper testing: $(RELPKG) ..."
Expand Down
1 change: 1 addition & 0 deletions rebar.config
Expand Up @@ -12,6 +12,7 @@
{deps_dir, "lib"}.
{deps, [%% External - Tools
{lager, "2.0.*", "lib/lagar"},
{eper, "0.96.*", "lib/eper"},

%% Tools
{gmt_util, "0.1.12", "lib/gmt_util"},
Expand Down
2 changes: 2 additions & 0 deletions rel/reltool.config
Expand Up @@ -19,6 +19,7 @@
inets,
asn1,
lager,
eper,
gmt_util,
cluster_info,
congestion_watcher,
Expand Down Expand Up @@ -57,6 +58,7 @@
{app, inets, [{incl_cond, include}]},
{app, asn1, [{incl_cond, include}]},
{app, lager, [{incl_cond, include}]},
{app, eper, [{incl_cond, include}]},
{app, gmt_util, [{incl_cond, include}]},
{app, cluster_info, [{incl_cond, include}]},
{app, congestion_watcher, [{incl_cond, include}]},
Expand Down

0 comments on commit 327a40f

Please sign in to comment.