Tests: Add a test that RC16 must be supported when SBC3 is claimed

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-02-21 14:04:00 -08:00
parent 9f81ae91fe
commit 1deee0898a
4 changed files with 52 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ static CU_TestInfo tests_readcapacity16[] = {
{ (char *)"Simple", test_readcapacity16_simple },
{ (char *)"Alloclen", test_readcapacity16_alloclen },
{ (char *)"PI", test_readcapacity16_protection },
{ (char *)"Support", test_readcapacity16_support },
CU_TEST_INFO_NULL
};