From 7b599c4025b12331edb9c28fa2b06c2b5c4ed675 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=B6=98=EC=84=9D/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 17 Sep 2019 16:09:12 +0900 Subject: [PATCH] Add ness dir into tizen test pacakge (#7478) - Add infra dir - Fix tests/framework install position Signed-off-by: Chunseok Lee --- packaging/nnfw.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec index cc45ae9..200a678 100644 --- a/packaging/nnfw.spec +++ b/packaging/nnfw.spec @@ -96,10 +96,14 @@ mv %{buildroot}%{_prefix}/bin %{buildroot}%{test_install_prefix}/Product/out cp -rf %{buildroot}%{_libdir} %{buildroot}%{test_install_prefix}/Product/out rm -rf %{buildroot}%{_libdir}/pureacl ## install tests -cp -rf ./tests/framework %{buildroot}%{test_install_prefix}/framework +mkdir -p %{buildroot}%{test_install_prefix}/tests +cp -rf ./tests/framework %{buildroot}%{test_install_prefix}/tests ## install tools mkdir -p %{buildroot}%{test_install_prefix}/tools -cp -rf ./tests/scripts %{buildroot}%{test_install_prefix}/tools +cp -rf ./tests/scripts %{buildroot}%{test_install_prefix}/tests +## install infra +mkdir -p %{buildroot}%{test_install_prefix}/infra +cp -rf ./infra/scripts/ %{buildroot}%{test_install_prefix}/infra %else %{build_options} make build_coverage_suite mkdir -p %{buildroot}%{test_install_prefix} -- 2.7.4