summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-09-17 16:09:12 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-09-17 16:09:12 +0900
commit7b599c4025b12331edb9c28fa2b06c2b5c4ed675 (patch)
tree386aaedc7b729e0a7e5893049e41527b46f9088d /packaging
parent1d5e414d30613a6a7b1f0178d52935bf16b9f661 (diff)
downloadnnfw-7b599c4025b12331edb9c28fa2b06c2b5c4ed675.tar.gz
nnfw-7b599c4025b12331edb9c28fa2b06c2b5c4ed675.tar.bz2
nnfw-7b599c4025b12331edb9c28fa2b06c2b5c4ed675.zip
Add ness dir into tizen test pacakge (#7478)
- Add infra dir - Fix tests/framework install position Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nnfw.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec
index cc45ae9df..200a678c9 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}