diff --git a/Makefile b/Makefile index 9d495b85..a4a0366e 100644 --- a/Makefile +++ b/Makefile @@ -28,11 +28,11 @@ xref: .PHONY: eunit eunit: - $(REBAR) eunit -v -c --cover_export_name eunit + $(REBAR) eunit -v -c --cover_export_name eunit .PHONY: ct ct: - QUICER_USE_SNK=1 $(REBAR) as test ct -v + QUICER_USE_SNK=1 $(REBAR) as test ct -v --readable=true .PHONY: cover cover: eunit