Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packaging/machine-learning-api.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading