Add unit test for app event 10/239710/9
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 29 Jul 2020 06:33:41 +0000 (15:33 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 13 Aug 2020 05:51:44 +0000 (14:51 +0900)
commit8e63442ffbc9b54af05aa70cea977346b51f67a8
tree681b47a8459ba3e1cfe0d7b9be42d5b2a8aab585
parent58f29455056d560276b85777bfa07a51949a2b33
Add unit test for app event

Change-Id: I3f4ce6f04509751d4adaa39778735b85bd62055e
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
14 files changed:
CMakeLists.txt
mock/aul_mock.cc [new file with mode: 0644]
mock/aul_mock.h [new file with mode: 0644]
mock/libeventsystem_mock.cc [new file with mode: 0644]
mock/libeventsystem_mock.h [new file with mode: 0644]
mock/mock_hook.h [new file with mode: 0644]
mock/module_mock.h [new file with mode: 0644]
mock/test_fixture.cc [new file with mode: 0644]
mock/test_fixture.h [new file with mode: 0644]
packaging/capi-appfw-event.spec
src/CMakeLists.txt
tests/CMakeLists.txt [new file with mode: 0644]
tests/unittests/test_event.cc [new file with mode: 0644]
tests/unittests/test_main.cc [new file with mode: 0644]