TESTS: Add test for READ10 to check that over/underflow residuals are generated correctly.
This commit is contained in:
@@ -176,6 +176,7 @@ static CU_TestInfo tests_read10[] = {
|
||||
{ (char *)"testRead10ZeroBlocks", test_read10_0blocks },
|
||||
{ (char *)"testRead10ReadProtect", test_read10_rdprotect },
|
||||
{ (char *)"testRead10Flags", test_read10_flags },
|
||||
{ (char *)"testRead10Residuals", test_read10_residuals },
|
||||
{ (char *)"testRead10Invalid", test_read10_invalid },
|
||||
CU_TEST_INFO_NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user