From 2fc86716cf7112a77efc5db6c30544da4dc5950f Mon Sep 17 00:00:00 2001 From: Renz Bagaporo Date: Thu, 11 Mar 2021 11:59:31 +0800 Subject: [PATCH 1/2] ci: add ldgen test to custom test pattern --- .gitlab/ci/rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index caa62cda39..0e5d14adaf 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -63,6 +63,7 @@ - "tools/find_build_apps/**/*" - "tools/test_apps/**/*" + - "tools/ldgen/**/*" .patterns-unit_test: &patterns-unit_test - "tools/ci/python_packages/gitlab_api.py" From 60ee143c3b8ef4b8f580a37a11a1b6e6615be2dd Mon Sep 17 00:00:00 2001 From: Renz Bagaporo Date: Thu, 11 Mar 2021 12:04:40 +0800 Subject: [PATCH 2/2] tools: fix ldgen_test fragment file KEEP --- tools/test_apps/build_system/ldgen_test/main/linker.lf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_apps/build_system/ldgen_test/main/linker.lf b/tools/test_apps/build_system/ldgen_test/main/linker.lf index 6b9d0e32c2..ca51283c1b 100644 --- a/tools/test_apps/build_system/ldgen_test/main/linker.lf +++ b/tools/test_apps/build_system/ldgen_test/main/linker.lf @@ -4,5 +4,5 @@ entries: * (noflash) src1 (default) src1:func1 (noflash); - text->iram0_text KEEP ALIGN(9) ALIGN(12, post) SURROUND(sym1) + text->iram0_text KEEP() ALIGN(9) ALIGN(12, post) SURROUND(sym1) src1:func2 (rtc)