From 91c20cfd78cfe68e66345cf7ff1946a0b2d1e913 Mon Sep 17 00:00:00 2001 From: hyunil park Date: Tue, 3 Feb 2026 19:27:12 +0900 Subject: [PATCH] Reduce testcase entries for gcov testing on armv7l - Reduce testcase entries Signed-off-by: hyunil park --- packaging/machine-learning-api.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/machine-learning-api.spec b/packaging/machine-learning-api.spec index 598ed064..384e54bb 100644 --- a/packaging/machine-learning-api.spec +++ b/packaging/machine-learning-api.spec @@ -423,13 +423,13 @@ popd %endif # testcoverage # Run test -%if 0%{?unit_test} +# If gcov package generation is enabled, pass the test from GBS. +bash %{test_script} ./tests/capi/unittest_capi_datatype_consistency +%if 0%{?unit_test} && !0%{?gcov} bash %{test_script} ./tests/capi/unittest_capi_inference_single bash %{test_script} ./tests/capi/unittest_capi_inference -bash %{test_script} ./tests/capi/unittest_capi_datatype_consistency -# If gcov package generation is enabled, pass the test from GBS. -%if 0%{?enable_ml_service} && !0%{?gcov} +%if 0%{?enable_ml_service} bash %{test_script} ./tests/capi/unittest_capi_service_extension bash %{test_script} ./tests/capi/unittest_capi_service_agent_client %if 0%{?nnstreamer_edge_support}