X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=34c0fe97046e2a41fe494ff6e303b9da6275c7a8;hb=d10156b093c1075d1b396386275f831e7af21190;hp=732cd852f9d0c741c837695d3d927f4dad50b8bf;hpb=cfda0cd2e71df40a95f38462a7352f90bebe1265;p=hope.git diff --git a/Makefile b/Makefile index 732cd85..34c0fe9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,14 @@ .PHONY: \ + ci \ fresh-build \ compile \ clean \ - dialyze + dialyze \ + test + +ci: \ + compile \ + test fresh-build: \ clean \ @@ -16,3 +22,6 @@ clean: dialyze: @dialyzer ebin + +test: + @rebar ct skip_deps=true --verbose=0