Modify target pkg to measure test coverage 92/203292/3
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Thu, 11 Apr 2019 08:47:51 +0000 (17:47 +0900)
committerJiwon Cha <jw_wonny.cha@samsung.com>
Fri, 12 Apr 2019 04:07:31 +0000 (04:07 +0000)
Change-Id: Icaf7fa07241ed33e392c5a92ec47737ff2ec0159
Signed-off-by: jw_wonny.cha <jw_wonny.cha@samsung.com>
Makefile

index eb14db9..86e7f13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ GO_LDFLAGS  := -ldflags '-extldflags "-static"'
 PKG_NAME               := edge-orchestration
 EXEC_SRC_DIR    := GoMain/src
 OBJ_SRC_DIR            := interface
-PKG_DIRS               := devicemgr discoverymgr interface restapi/v1 servicemgr scoringmgr orchestrationapi configuremgr logmgr
+PKG_DIRS               := discoverymgr restapi/v1 restapi/httpclient servicemgr scoringmgr securemgr orchestrationapi configuremgr logmgr
 SERVICE_FILE   := $(PKG_NAME).service
 MANIFEST_FILE  := $(PKG_NAME).manifest
 DBUS_SERVICE_FILE      := org.tizen.orchestration.service
@@ -88,7 +88,7 @@ install:
        install -m 755 $(LIBPKG_SAMPLE_DIR)/orchestration_sample $(DESTDIR)/usr/bin/orchestration_sample
        install -m 644 $(BASE_DIR)/$(SERVICE_FILE) $(DESTDIR)/usr/lib/systemd/system/$(SERVICE_FILE)
        ln -s ../$(SERVICE_FILE) $(DESTDIR)/usr/lib/systemd/system/multi-user.target.wants/
-       
+
        install -m 644 $(BASE_DIR)/$(DBUS_SERVICE_FILE) $(DESTDIR)/usr/share/dbus-1/system-services/$(DBUS_SERVICE_FILE)
        install -m 644 $(BASE_DIR)/$(DBUS_CONF_FILE) $(DESTDIR)/etc/dbus-1/system.d/$(DBUS_CONF_FILE)