Skip to content

Commit c5b7ecb

Browse files
authored
Merge pull request #14 from basho/develop-3.0-fix-rebar
Use a rebar3 executable
2 parents a034284 + 4db039a commit c5b7ecb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: compile rel cover test dialyzer
1+
.PHONY: compile rel cover test dialyzer eqc
22
REBAR=./rebar3
33

44
compile:
@@ -19,4 +19,8 @@ dialyzer:
1919
xref:
2020
$(REBAR) xref
2121

22+
# As test, because the TEST macro is used
23+
eqc:
24+
$(REBAR) as test eqc
25+
2226
check: test dialyzer xref

0 commit comments

Comments
 (0)