tests build : add mmi-fusion-tests.cpp in meson.build of tests directory 92/264292/1
authordyamy-lee <dyamy.lee@samsung.com>
Tue, 14 Sep 2021 11:15:24 +0000 (20:15 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 15 Sep 2021 12:06:02 +0000 (21:06 +0900)
Change-Id: I88c92aeba20beb1d95bd49c2c89e47ac53e5575a

tests/meson.build

index a96d6dc..2764396 100644 (file)
@@ -1,7 +1,8 @@
 mmi_manager_tests_srcs = [
        'mmi-manager-tests.cpp',
        'mmi-provider-tests.cpp',
-       'mmi-client-tests.cpp'
+       'mmi-client-tests.cpp',
+       'mmi-fusion-tests.cpp'
        ]
 
 gmock_dep = dependency('gmock', method : 'pkg-config')