TESTS: Add a simple test for SANITIZE OVERWRITE

This commit is contained in:
Ronnie Sahlberg
2013-05-26 11:48:45 -07:00
parent 92b987de52
commit e5e8d7e3ef
6 changed files with 136 additions and 0 deletions

View File

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