From f3c0ac6f833fb487dbacc092e3158a7884c78c9c Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Mon, 12 Jul 2021 18:24:18 +0900 Subject: [PATCH] Change the package name for haltests Packages with 'haltests' in their names are automatically downloaded and executed by the automation tool. But the haltests package for wifi-mesh is not for automated testing so the package name must be changed. Change-Id: I41db9d12197f090a8c04008ebc56c996d5cc0d97 Signed-off-by: Jaehyun Kim --- haltest/CMakeLists.txt | 2 +- packaging/wifi-mesh-manager.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/haltest/CMakeLists.txt b/haltest/CMakeLists.txt index 40a5ae9..b1ca16c 100644 --- a/haltest/CMakeLists.txt +++ b/haltest/CMakeLists.txt @@ -1,7 +1,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT(gtest-haltest-wifi-mesh-manager C CXX) -SET(HALTEST "wifi-mesh-manager-haltests") +SET(HALTEST "wifi-mesh-manager-hal-tests") ADD_DEFINITIONS("-DUSE_DLOG") SET(REQUIRES_LIST ${REQUIRES_LIST} diff --git a/packaging/wifi-mesh-manager.spec b/packaging/wifi-mesh-manager.spec index 4258e0b..12ff403 100644 --- a/packaging/wifi-mesh-manager.spec +++ b/packaging/wifi-mesh-manager.spec @@ -35,7 +35,7 @@ Requires: security-config %description Manager for handling Wi-Fi mesh network -%package haltests +%package hal-tests Summary: wifi-mesh-manager extension for HAL test BuildRequires: pkgconfig(gmock) BuildRequires: pkgconfig(glib-2.0) @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(capi-system-info) Requires: %{name} = %{version}-%{release} -%description haltests +%description hal-tests TIZEN wifi-mesh-manager extension for HAL test. %prep @@ -117,7 +117,7 @@ rm -rf %{NETWORK_FW_DATADIR}/wmesh_hostapd.conf %{_bindir}/gtest* %endif -%files haltests +%files hal-tests %manifest wmeshd.manifest -%{_bindir}/*haltests +%{_bindir}/*hal-tests -- 2.7.4