TEST: REPORT SUPPORTED OPCODES, SERVACTV

When this flag is clear then service action must be zero.
This commit is contained in:
Ronnie Sahlberg
2013-05-18 16:31:16 -07:00
parent d34e28dc1a
commit 2753878cd3
4 changed files with 75 additions and 0 deletions

View File

@@ -224,6 +224,7 @@ static CU_TestInfo tests_readonly[] = {
static CU_TestInfo tests_report_supported_opcodes[] = {
{ (char *)"ReportSupportedOpcodesSimple", test_report_supported_opcodes_simple },
{ (char *)"ReportSupportedOpcodesRCTD", test_report_supported_opcodes_rctd },
{ (char *)"ReportSupportedOpcodesSERVACTV", test_report_supported_opcodes_servactv },
CU_TEST_INFO_NULL
};