Skip to content

Commit

Permalink
webapp: Added unit-test result folder
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
leemgs authored and dongju-chae committed Mar 24, 2020
1 parent 39e9785 commit f179c20
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/taos/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<option value="/" selected>[ PR: details ]</option>
<option value="./webhook.php">Webhook Handler</option>
<option value="../gcov_html/">Code Coverage</option>
<option value="../unittest_result/">Gtest(UnitTest Result)</option>
<option value="../repo-workers/?C=M;O=D/">PR: Report Archive</option>
<option value="../taos/webapp/monitor.php">PR: Running PRs</option>
<option value="../taos/webapp/top.php">PR: Resource Usage(top)</option>
Expand Down
18 changes: 18 additions & 0 deletions ci/unittest_result/README.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f179c20

Please sign in to comment.