TESTS: Add basic test for CONTROL mode page

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-04-18 08:03:15 -07:00
parent e978232447
commit 4e174f5d7c
4 changed files with 245 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ static CU_TestInfo tests_mandatory[] = {
static CU_TestInfo tests_modesense6[] = {
{ (char *)"AllPages", test_modesense6_all_pages },
{ (char *)"Control", test_modesense6_control },
{ (char *)"Residuals", test_modesense6_residuals },
CU_TEST_INFO_NULL
};