test: reinstated rest of memmory tests

Signed-off-by: Jakub Dabek <jakub.dabek@linux.intel.com>
This commit is contained in:
Jakub Dabek 2019-01-29 14:25:42 +01:00 committed by Liam Girdwood
parent c33c7bd0d6
commit d0323f4d17
1 changed files with 4 additions and 4 deletions

View File

@ -202,10 +202,10 @@ static struct test_case test_cases[] = {
TEST_CASE(256, RZONE_BUFFER, SOF_MEM_CAPS_RAM, 8, TEST_BULK,
"rballoc"),
//TEST_CASE(16, RZONE_BUFFER, SOF_MEM_CAPS_RAM, 64, TEST_BULK,
// "rballoc"),
//TEST_CASE(4, RZONE_BUFFER, SOF_MEM_CAPS_RAM, 64, TEST_BULK,
// "rballoc"),
TEST_CASE(16, RZONE_BUFFER, SOF_MEM_CAPS_RAM, 64, TEST_BULK,
"rballoc"),
TEST_CASE(4, RZONE_BUFFER, SOF_MEM_CAPS_RAM, 64, TEST_BULK,
"rballoc"),
TEST_CASE(1, RZONE_BUFFER, SOF_MEM_CAPS_RAM | SOF_MEM_CAPS_DMA, 2,
TEST_BULK, "rballoc_dma"),