hash: macOS support

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman
2023-09-25 15:04:19 +02:00
parent c4e94150d1
commit 4e25c13d08
3 changed files with 8 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
*/
#include "pch.h"
#include "hash.cpp"
#include "math.cpp"
#include "parser.cpp"
#include "ring.cpp"
@@ -15,6 +16,9 @@
int main(int argc, const char * argv[])
{
try {
UnitTests::hash::crc32();
UnitTests::hash::md5();
UnitTests::hash::sha1();
UnitTests::math::mul();
UnitTests::math::add();
UnitTests::parser::wtest();