Stop build assessment and testsuite
authorKwanghoon Son <k.son@samsung.com>
Tue, 19 Dec 2023 02:18:32 +0000 (11:18 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 27 Dec 2023 03:22:49 +0000 (12:22 +0900)
Assessment and testsuite tests before mv_test are rarely maintained because
they are not used well and not measured during coverage.
If want to run another case, must integrate it into mv_test.

Change-Id: Idf007f7d4b1c2ea53897e78daeef1eed0b764579
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
packaging/capi-media-vision.spec
test/CMakeLists.txt

index 3c4777f..68a517b 100644 (file)
@@ -470,7 +470,6 @@ find . -name '*.gcno' -not -path "./test/*" -not -path "./mv_machine_learning/*"
 %if 0%{?visualizer:1}
 %{_libdir}/libmv_visualizer.so
 %endif
-%{_libdir}/libmv_testsuite*.so
 %{_bindir}/mv_*
 %{_bindir}/tizen-unittests/%{name}/run-unittest.sh
 
index 34bf05f..23cd09a 100644 (file)
@@ -1,5 +1,4 @@
-add_subdirectory(assessment)
-add_subdirectory(testsuites)
+add_subdirectory(testsuites/common/image_helper)
 
 project(mv_test)
 cmake_minimum_required(VERSION 3.13)