IVGCVSW-3555 Add unit tests for the dynamic backend utility functions
authorMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 26 Jul 2019 14:12:47 +0000 (15:12 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 30 Jul 2019 11:24:14 +0000 (12:24 +0100)
commit986c186468e6023b234c24bd10ed9687f9eea0da
tree0f78d3221922a5730f13d8348cc930a9d0a63351
parent1a81630bd9e633150be51366b4a01f9e859f84a8
IVGCVSW-3555 Add unit tests for the dynamic backend utility functions

 * Added a test library to exercise the utility functions that
   handle the shared objects

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: Ic8095febca2a46050831eb42f55a714f3ae3bfe3
src/backends/backendsCommon/test/CMakeLists.txt
src/backends/backendsCommon/test/DynamicBackendTests.cpp
src/backends/backendsCommon/test/DynamicBackendTests.hpp
src/backends/backendsCommon/test/TestSharedObject.cpp [new file with mode: 0644]
src/backends/backendsCommon/test/TestSharedObject.hpp [new file with mode: 0644]