Skip to content

Commit 1057a33

Browse files
songgotjaeyun-jung
authored andcommitted
Reduce testcase entries for gcov testing on armv7l
- Reduce testcase entries Signed-off-by: hyunil park <hyunil46.park@samsung.com>
1 parent 104ea16 commit 1057a33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packaging/machine-learning-api.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}
427429
bash %{test_script} ./tests/capi/unittest_capi_inference_single
428430
bash %{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}
433433
bash %{test_script} ./tests/capi/unittest_capi_service_extension
434434
bash %{test_script} ./tests/capi/unittest_capi_service_agent_client
435435
%if 0%{?nnstreamer_edge_support}

0 commit comments

Comments
 (0)