Changed HAL test binary name to accordance with HAL test RPM package name. 00/187100/1
authorsaerome.kim <saerome.kim@samsung.com>
Mon, 20 Aug 2018 02:43:27 +0000 (11:43 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 20 Aug 2018 02:43:27 +0000 (11:43 +0900)
Change-Id: I785079fe8e99dc3e9e1928c43ef16406270e9e5a
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
haltest/CMakeLists.txt
haltest/wifi-mesh-manager-haltests.cpp [moved from haltest/wifi_mesh_manager_hal_tc.cpp with 100% similarity]
packaging/wifi-mesh-manager.spec

index dc907d6..dff2b4f 100644 (file)
@@ -1,7 +1,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 PROJECT(gtest-haltest-wifi-mesh-manager C CXX)
 
-SET(GTEST_TEST "wifi_mesh_manager_hal_tc")
+SET(GTEST_TEST "wifi-mesh-manager-haltests")
 ADD_DEFINITIONS("-DUSE_DLOG")
 
 SET(REQUIRES_LIST ${REQUIRES_LIST}
index a497f9c..39c5ae8 100644 (file)
@@ -109,5 +109,5 @@ chmod 755 %{_sbindir}/wmesh.sh
 
 %files haltests
 %manifest wmeshd.manifest
-%{_bindir}/*hal_tc
+%{_bindir}/*haltests