[README] Update README.md for the updated test directory
authorDongju Chae <dongju.chae@samsung.com>
Wed, 12 Feb 2020 04:32:16 +0000 (13:32 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Wed, 12 Feb 2020 07:50:32 +0000 (16:50 +0900)
This commit updates README.md for the updated test directory.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
README.md

index 14f6fc8..ba829a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,15 +8,17 @@ NPU_SystemService/    Root directory
 |-- src/
 |   |-- core/         Source files for NPU Engine
 |   |-- host/         Source files for Host Lib (not used currently)
-|   `-- test/
-|       |-- unittests Source files for UnitTests
-|       `-- apptests  Source files for AppTests
 |-- include/
 |   |-- common/       Definitions for Common Data
-|   `-- host/         Definitions for User APIs
+|   |-- host/         Definitions for User APIs
+|-- tests/
+|   |-- unittests     Source files for Unit Tests
+|   |-- apptests      Source files for App Tests
+|   |-- utils         Source files for Test Utils
+|   `-- models        NPU Model binaries from second/third-party repos
+|-- tools/            Useful tools/scripts (e.g., testdata generator)
 |-- packaging/        Tizen Packaging Files (i.e., FastModel Simulator)
 |-- debian/           Debian Packaging Files (i.e., Ubuntu 16.04)
-|-- tools/            Useful tools/scripts (e.g., testdata generator)
 `-- doc/              Documentation
 ```