Add tests for reading beyong eol for READ6

This commit is contained in:
Ronnie Sahlberg
2011-04-22 11:41:33 +10:00
parent 4355462cf9
commit 2838e6f6ac
4 changed files with 185 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ struct scsi_test tests[] = {
/* read6*/
{ "T0120_read6_simple", T0120_read6_simple },
{ "T0121_read6_beyond_eol", T0121_read6_beyond_eol },
{ NULL, NULL }
};