Add 'test' rule to makefile that's just an alias of make check
This commit is contained in:
parent
b97f2432ce
commit
9833becbb6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,8 @@ all: rebar3
|
|||
check: rebar3
|
||||
./rebar3 eunit
|
||||
|
||||
test: check
|
||||
|
||||
dialyzer: rebar3
|
||||
./rebar3 dialyzer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue