energicryptocurrency / gen2-energihash

Energi cryptocurrency hash algorithm
MIT License
14 stars 11 forks source link

`make check` to run unit tests #22

Open RyanLucchese opened 7 years ago

RyanLucchese commented 7 years ago

We should have a Makefile target for check which runs the unit tests

RyanLucchese commented 7 years ago

egihash: make check to run unit tests

levongh commented 6 years ago

seems this functionality is already exists

RyanLucchese commented 6 years ago

@levongh While make check will work and is a valid Makefile target, it doesn't actually run the unit tests when I try it.