[TEST] Add Cache pool test
authorJiho Chu <jiho.chu@samsung.com>
Thu, 29 Sep 2022 02:48:27 +0000 (11:48 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 8 Nov 2022 01:43:46 +0000 (10:43 +0900)
commit166936a2ebe2e7fed28e6c32a267ee2f4373e371
tree6eed782ae97b16f9c2550b2cdf68e1c99576d446
parent2f75b987423df649835663166e66a474552cf055
[TEST] Add Cache pool test

Legacy MemoryPool test is modifed to both MemoryPool and CachePool.
Parameterized test is used for this. CachePool specific tests are also
created.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
test/unittest/memory/memory_planner_validate.cpp [deleted file]
test/unittest/memory/memory_planner_validate.h [deleted file]
test/unittest/memory/meson.build
test/unittest/memory/unittest_cache_pool.cpp [new file with mode: 0644]
test/unittest/memory/unittest_memory_planner.cpp
test/unittest/memory/unittest_memory_pool.cpp