diff --git a/ci/taos/menu.html b/ci/taos/menu.html
index 1317bcbf..e9789f99 100644
--- a/ci/taos/menu.html
+++ b/ci/taos/menu.html
@@ -44,6 +44,7 @@
+
diff --git a/ci/unittest_result/README.txt b/ci/unittest_result/README.txt
new file mode 100644
index 00000000..5d6d74cd
--- /dev/null
+++ b/ci/unittest_result/README.txt
@@ -0,0 +1,18 @@
+
+
+ Gtest-based UnitTest Report
+===============================
+
+This section describes how to get the report file after running the unit-tests based on Gtest.
+The below statements show how to run this auto-unittest script at specified time every day.
+The auto-unittet.sch is written by the Tizen gbs and Google Gtest.
+* https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build
+* https://github.com/google/googletest
+
+## Example
+$ sudo vi /etc/crontab
+30 7 * * * www-data /var/www/html/nnstreamer/ci/taos/auto-unittest.sh
+
+
+## Repot
+The result files are archived into the ./ci/unittest_result/ folder.