From f179c208ff7cf7fab82d05eb57b3b89610e49e65 Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Tue, 24 Mar 2020 20:09:55 +0900 Subject: [PATCH] webapp: Added unit-test result folder This commit is to append the archive folder of the unit-test. The unit-test could be executed by Tizen GBS and Google Gtest. Signed-off-by: Geunsik Lim --- ci/taos/menu.html | 1 + ci/unittest_result/README.txt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 ci/unittest_result/README.txt 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.