Run installer with subprocess in smoke test
[platform/core/appfw/wgt-backend.git] / test / smoke_tests / wgt_smoke_utils.cc
index dec1e73..3b11756 100644 (file)
@@ -67,6 +67,11 @@ WgtBackendInterface::CreateFailExpectedInstaller(
   return AppInstallerPtr(new FailExpectedWgtInstaller(pkgmgr, fail_at));
 }
 
+common_installer::Subprocess WgtBackendInterface::CreateSubprocess() const {
+  return common_installer::Subprocess(
+      "/usr/bin/wgt-installer-ut/smoke-test-helper");
+}
+
 HybridBackendInterface::AppQueryInterfacePtr
 HybridBackendInterface::CreateQueryInterface() const {
   return AppQueryInterfacePtr(new wgt::WgtAppQueryInterface());