[Dist/Debian] Create a new package containing test data
authorWook Song <wook16.song@samsung.com>
Fri, 29 Nov 2019 05:35:11 +0000 (14:35 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 2 Dec 2019 02:20:52 +0000 (11:20 +0900)
This patch creates a new package containing test data separated
from the example package.

Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/control
debian/npu-engine-example.install
debian/npu-engine-testdata.install [new file with mode: 0644]

index a6c011f..157f0f8 100644 (file)
@@ -29,5 +29,14 @@ Package: npu-engine-example
 Architecture: amd64
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: npu-engine-testdata
 Description: NPU Engine Example Package
  Example application package for NPU Engine, including UnitTests and AppTest with realistic scenarios (TBD).
+
+Package: npu-engine-testdata
+Architecture: amd64
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Test data for verfication of NPU Engine
+ This package provides test data for verfication of NPU Engine.
+ Note that the npu-example package (especailly, the application tests) requires this package.
index b5139b3..f3ee8d9 100644 (file)
@@ -1,2 +1 @@
 /opt/trinity/bin/*
-/opt/trinity/share/npu-engine/testdata/*
diff --git a/debian/npu-engine-testdata.install b/debian/npu-engine-testdata.install
new file mode 100644 (file)
index 0000000..5aaf374
--- /dev/null
@@ -0,0 +1 @@
+/opt/trinity/share/npu-engine/testdata/*