- Exclude Aitt related files when aitt_support is not set
Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
%if 0%{?unit_test}
LD_LIBRARY_PATH=./src bash %{test_script} ./tests/unittest_nnstreamer-edge
+
+%if 0%{?aitt_support}
LD_LIBRARY_PATH=./src bash %{test_script} ./tests/unittest_nnstreamer-edge-aitt
+%endif
%if 0%{?testcoverage}
# 'lcov' generates the date format with UTC time zone by default. Let's replace UTC with KST.
%manifest nnstreamer-edge.manifest
%defattr(-,root,root,-)
%{_bindir}/unittest_nnstreamer-edge
+
+%if 0%{?aitt_support}
%{_bindir}/unittest_nnstreamer-edge-aitt
+%endif
%if 0%{?testcoverage}
%files unittest-coverage