TESTS: Add a test that SANITIZE fails when SWP is on.

This commit is contained in:
Ronnie Sahlberg
2013-07-09 02:27:30 -07:00
parent 6e5a5745aa
commit a3283fbafd
7 changed files with 302 additions and 4 deletions

View File

@@ -235,6 +235,7 @@ static CU_TestInfo tests_sanitize[] = {
{ (char *)"InvalidServiceAction", test_sanitize_invalid_serviceaction },
{ (char *)"Overwrite", test_sanitize_overwrite },
{ (char *)"OverwriteReserved", test_sanitize_overwrite_reserved },
{ (char *)"Readonly", test_sanitize_readonly },
{ (char *)"Reservations", test_sanitize_reservations },
CU_TEST_INFO_NULL
};