Tests/PkgMgr: Add functions for emulation of Tizen's Pkg Manager APIs
authorWook Song <wook16.song@samsung.com>
Thu, 20 Apr 2023 04:56:17 +0000 (13:56 +0900)
committerSangjung Woo <again4you@gmail.com>
Fri, 21 Apr 2023 04:05:38 +0000 (13:05 +0900)
commit2dd4b0f2939ce69b083455e836cdc3e93a4a7663
treec232f1ffa012478225343eeb4345ecf9eb353d02
parent433d383d368037a3133912af849557f764055bb2
Tests/PkgMgr: Add functions for emulation of Tizen's Pkg Manager APIs

This patch adds helper functions for the emulation of Tizen's Package
Manager APIs and utilities for unit test cases of ML Agent Service APIs.

Signed-off-by: Wook Song <wook16.song@samsung.com>
tests/meson.build
tests/mock/meson.build [new file with mode: 0644]
tests/mock/mock_package_manager.c [new file with mode: 0644]
tests/mock/mock_package_manager.h [new file with mode: 0644]