From ca231020aeaf2375ac4e8e582c63f951f02c1501 Mon Sep 17 00:00:00 2001 From: "jw_wonny.cha" Date: Thu, 11 Apr 2019 17:47:51 +0900 Subject: [PATCH] Modify target pkg to measure test coverage Change-Id: Icaf7fa07241ed33e392c5a92ec47737ff2ec0159 Signed-off-by: jw_wonny.cha --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eb14db9..86e7f13 100644 --- 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) -- 2.7.4