TEST: add simple test for READ12

This commit is contained in:
Ronnie Sahlberg
2012-05-02 18:51:37 +10:00
parent 974738968d
commit ce0c912b54
4 changed files with 120 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ struct scsi_test tests[] = {
/* read16*/
{ "T0200_read16_simple", T0200_read16_simple },
/* read12*/
{ "T0210_read12_simple", T0210_read12_simple },
{ NULL, NULL }
};