From 30b9f7c3344fe3ab6bbc016dafdaedced6d49b5b Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Mon, 20 Aug 2018 11:27:54 +0900 Subject: [PATCH] Modify OAL hal test binary name Change-Id: I60e870bd23f1eb4d4d36551d78d26767732f254d Signed-off-by: DoHyun Pyun --- bt-oal/haltest/CMakeLists.txt | 2 +- packaging/bluetooth-frwk.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt-oal/haltest/CMakeLists.txt b/bt-oal/haltest/CMakeLists.txt index c7e9493..2375fa6 100644 --- a/bt-oal/haltest/CMakeLists.txt +++ b/bt-oal/haltest/CMakeLists.txt @@ -16,7 +16,7 @@ # @author # @brief Cmake for tests # -SET(TARGET_GTEST_TESTS "bluetooth_hal_tc") +SET(TARGET_GTEST_TESTS "bluetooth-frwk-oal-haltests") INCLUDE_DIRECTORIES(/usr/include) INCLUDE_DIRECTORIES(/usr/include/db-util) diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec index 21a5e90..e079493 100644 --- a/packaging/bluetooth-frwk.spec +++ b/packaging/bluetooth-frwk.spec @@ -599,4 +599,4 @@ popd %files oal-haltests %manifest %{name}.manifest -%{_bindir}/bluetooth_hal_tc +%{_bindir}/bluetooth-frwk-oal-haltests -- 2.7.4