haltest: Remove common-haltests from hal-api-common-haltests.rpm 19/263219/2 accepted/tizen/unified/20210907.121846 submit/tizen/20210830.024306 submit/tizen/20210906.072830
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 15 Jul 2021 03:11:38 +0000 (12:11 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 29 Aug 2021 23:07:36 +0000 (08:07 +0900)
The automatic haltests get the haltest binary by parsing the binary name
with *haltests*' pattern. Actually, common-haltests doesn't need to be
verified because it cannot verify any HAL backend library for hal.img.

Change-Id: Ibe99e4c51a571931c50768f89e64c94481adc61c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
packaging/hal-api-common.spec
tests/haltests/CMakeLists.txt

index 4aeeb86..c45c497 100644 (file)
@@ -114,7 +114,6 @@ systemd-tmpfiles /usr/lib/tmpfiles.d/hal-rpmdb-checker.conf --create
 %files -n %{test_name}
 %dir %{hal_rpmdb_checker_path}
 %attr(0755,system_fw,system_fw) %{hal_rpmdb_checker_path}
-%{_bindir}/hal/common-haltests
 %{_unitdir}/haltest.target
 %{_bindir}/reboot-haltest
 %{_bindir}/reboot-normal
index 0d4cbd4..f76d3e2 100644 (file)
@@ -20,5 +20,3 @@ ENDFOREACH(flag)
 TARGET_LINK_LIBRARIES(${HAL_COMMON_HALTEST} ${common-haltests_pkgs_LDFLAGS} ${PROJECT_NAME})
 SET_TARGET_PROPERTIES(${HAL_COMMON_HALTEST} PROPERTIES COMPILE_FLAGS "-fPIE -fvisibility=default")
 SET_TARGET_PROPERTIES(${HAL_COMMON_HALTEST} PROPERTIES LINK_FLAGS "-pie")
-
-INSTALL(TARGETS ${HAL_COMMON_HALTEST} DESTINATION ${EXEC_PREFIX}/hal/)