This commit is contained in:
Ulf Wiger
2025-03-12 09:51:42 +01:00
parent ead33e2744
commit 8c5e9b9f26
11 changed files with 51 additions and 47 deletions
+2 -2
View File
@@ -12,10 +12,10 @@ dialyzer:
$(REBAR) dialyzer
ct: all
$(REBAR) ct --suite=test/aecuckoo_SUITE
$(REBAR) ct --suite=test/gmcuckoo_SUITE
eunit:
$(REBAR) eunit --module=aeminer_pow_tests,aeminer_pow_cuckoo_tests
$(REBAR) eunit --module=gmminer_pow_tests,gmminer_pow_cuckoo_tests
clean:
$(REBAR) clean