TEST: Add simple tests for prefetch10/16

This commit is contained in:
Ronnie Sahlberg
2012-05-03 18:42:32 +10:00
parent 733b97f4b8
commit fc399ab127
5 changed files with 236 additions and 1 deletions
+6
View File
@@ -102,6 +102,12 @@ struct scsi_test tests[] = {
{ "T0233_write12_0blocks", T0233_write12_0blocks },
{ "T0234_write12_beyondeol", T0234_write12_beyondeol },
/* prefetch10*/
{ "T0240_prefetch10_simple", T0240_prefetch10_simple },
/* prefetch16*/
{ "T0250_prefetch16_simple", T0250_prefetch16_simple },
{ NULL, NULL }
};