text_input: implement wl_text_input and manager
[platform/core/uifw/libds-tizen.git] / tests / meson.build
index e8e4421..0405794 100644 (file)
@@ -265,3 +265,22 @@ executable('libds-tizen-input-method-manager-tests',
   install_dir: libds_tizen_bindir,
   install : true
 )
+
+## text input tests
+tc_text_input_files = [
+  'tc_main.cpp',
+  'tc_text_input.cpp',
+]
+
+executable('libds-tizen-text-input-tests',
+  [
+    tc_mock_files,
+    tc_text_input_files
+  ],
+  dependencies: [
+    deps_test_common,
+    deps_libds_tizen_text_input,
+  ],
+  install_dir: libds_tizen_bindir,
+  install : true
+)
\ No newline at end of file