Add tests from SANITIZE OVERWRITE parameter length

This commit is contained in:
Ronnie Sahlberg
2013-05-26 15:21:43 -07:00
parent e5e8d7e3ef
commit 4e08d27031
5 changed files with 126 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ static CU_TestInfo tests_readonly[] = {
static CU_TestInfo tests_sanitize[] = {
{ (char *)"Sanitize", test_sanitize_simple },
{ (char *)"Overwrite", test_sanitize_overwrite },
{ (char *)"ParamLen", test_sanitize_paramlen },
CU_TEST_INFO_NULL
};