This commit is contained in:
Blaise Tine
2020-05-16 18:16:14 -04:00
parent d6c87dbb0a
commit 544f272ff9
3 changed files with 136 additions and 134 deletions

View File

@@ -91,6 +91,8 @@ int run_test(vx_device_h device,
int ref = i + i;
int cur = buf_ptr[i];
if (cur != ref) {
std::cout << "error at 0x" << std::hex << (buf_ptr + i)
<< ": actual 0x" << cur << ", expected 0x" << ref << std::endl;
++errors;
}
}