-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
39e9785
commit f179c20
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |