Add 'test' rule to makefile that's just an alias of make check

This commit is contained in:
Jesse Gumm 2022-12-09 15:35:24 -06:00
parent b97f2432ce
commit 9833becbb6

View file

@ -4,6 +4,8 @@ all: rebar3
check: rebar3
./rebar3 eunit
test: check
dialyzer: rebar3
./rebar3 dialyzer