File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -423,13 +423,13 @@ popd
423423%endif # testcoverage
424424
425425# Run test
426- %if 0%{?unit_test }
426+ # If gcov package generation is enabled, pass the test from GBS.
427+ bash %{test_script } ./tests/capi/unittest_capi_datatype_consistency
428+ %if 0%{?unit_test } && ! 0%{?gcov }
427429bash %{test_script } ./tests/capi/unittest_capi_inference_single
428430bash %{test_script } ./tests/capi/unittest_capi_inference
429- bash %{test_script } ./tests/capi/unittest_capi_datatype_consistency
430431
431- # If gcov package generation is enabled, pass the test from GBS.
432- %if 0%{?enable_ml_service } && ! 0%{?gcov }
432+ %if 0%{?enable_ml_service }
433433bash %{test_script } ./tests/capi/unittest_capi_service_extension
434434bash %{test_script } ./tests/capi/unittest_capi_service_agent_client
435435%if 0%{?nnstreamer_edge_support }
You can’t perform that action at this time.
0 commit comments