Exclude un-testable files and fix test launch option 24/277724/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 12 Jul 2022 11:25:39 +0000 (20:25 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 26 Jul 2022 06:34:31 +0000 (15:34 +0900)
commitb339cfc473ee232547ebec9f15bc034196666d4f
tree7c09e30a157fdf2906b845e6ed059cf5b8800ecf
parent4e0ac64ec1aaed6efd824b73dfb6f67181f5654c
Exclude un-testable files and fix test launch option

- Issue:
Line coverage result by automatic checker is not good.

- Solution:
This patch excludes some files that are not target for testing user APIs. This
repository is for TTS framework code, so there are code for not only client but
also server and settings. Those code are not invoked or refered when the test
case of user APIs run, so we exclude those files from line coverage checking
through this patch.
And also, this patch adds launch option for testing. This is because for
checking the test result using journal log.

Change-Id: I23efa18a51a01040b29e9283f82cf27fe016c72f
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/tts.spec