Add missing tests, refactor, improve type specs

This commit is contained in:
Juraj Hlista
2019-02-10 14:30:15 +01:00
parent c2b9873d10
commit d6021504ad
11 changed files with 629 additions and 357 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
REBAR = ./rebar3
.PHONY: all dialyzer test clean console
.PHONY: all dialyzer ct eunit clean distclean console
all:
$(REBAR) compile
@@ -12,7 +12,10 @@ dialyzer:
$(REBAR) dialyzer
ct: all
$(REBAR) ct test/aecuckoo_SUITE
$(REBAR) ct --suite=test/aecuckoo_SUITE
eunit:
$(REBAR) eunit --module=aeminer_pow_tests,aeminer_pow_cuckoo_tests
clean:
$(REBAR) clean
@@ -23,3 +26,4 @@ distclean: clean
console:
$(REBAR) shell