Added test hashes for self test.

This commit is contained in:
XMRig
2018-04-03 17:19:01 +07:00
parent 20c1a6ee8e
commit a9dc7295b8
3 changed files with 13 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ bool SingleWorker::selfTest()
}
# endif
return true;
return memcmp(m_result.result, test_output_heavy, 32) == 0;
}