From: Hyunggi Lee Date: Wed, 3 Apr 2024 07:46:48 +0000 (+0900) Subject: Tizen-Unified: add standard_gcov for coverage test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11baf3a0c4d96ca773684b6edee17a1c81348611;p=scm%2Fmeta%2Fqb.git Tizen-Unified: add standard_gcov for coverage test At the initial addition point, disabling the build is the default setting, and building will be done only when directly selected by RBS. It is planned to always set the build after confirming stable operation. Change-Id: Ic27f1504543e53789aaae3af6d756838c7886a23 Signed-off-by: Hyunggi Lee --- diff --git a/TIZEN/Tizen/Tizen-Unified/project_config b/TIZEN/Tizen/Tizen-Unified/project_config index 378c1ed..114a9d9 100644 --- a/TIZEN/Tizen/Tizen-Unified/project_config +++ b/TIZEN/Tizen/Tizen-Unified/project_config @@ -101,6 +101,34 @@ Macros: %endif +############################# standard_gcov repositories ############################ + +%if "%_repository" == "standard_gcov" +Prefer: mesa libgbm +Substitute: mesa-libGLESv2 coregl +Substitute: mesa-libEGL coregl + +%define _with_rdp 1 +Macros: +%_with_rdp 1 +:Macros + +#### Gcov ON #### +%define gcov 1 +Macros: +%gcov 1 +:Macros + +# Temporarily skip the check section. +# Build fail occurs in some tests during build +# remove this macro when fix errors +Macros: +%__spec_check_pre exit 0 +%run_check_section 0 +:Macros + +%endif + ############################# misc config flags ################################ ########## USAGE ########## # diff --git a/TIZEN/Tizen/Tizen-Unified/project_meta b/TIZEN/Tizen/Tizen-Unified/project_meta index 7556a5a..3ed0118 100644 --- a/TIZEN/Tizen/Tizen-Unified/project_meta +++ b/TIZEN/Tizen/Tizen-Unified/project_meta @@ -23,6 +23,9 @@ + + +