Skip to content

xtest: make the dev kit configuration a required input - #826

Draft
andrew2311 wants to merge 1 commit into
OP-TEE:masterfrom
andrew2311:xtest-dev-kit-conf
Draft

xtest: make the dev kit configuration a required input#826
andrew2311 wants to merge 1 commit into
OP-TEE:masterfrom
andrew2311:xtest-dev-kit-conf

Conversation

@andrew2311

Copy link
Copy Markdown

Turn the -include of the dev kit conf.mk into a hard include, so that a missing configuration fails the build.

The CFG_ flags it carries select which tests are built, and -include accepts it missing: the flags come out empty and the tests they select are dropped from xtest with no diagnostic, which is issue #275. optee_os now generates the configuration while the Android makefiles are parsed, so conf.mk is there by the time this file is read.

Draft because should be merged after OP-TEE/optee_os#7897

Turn the -include of the dev kit conf.mk into a hard include, so that a
missing configuration fails the build.

The CFG_ flags it carries select which tests are built, and -include
accepts it missing: the flags come out empty and the tests they select are
dropped from xtest with no diagnostic, which is issue OP-TEE#275. optee_os now
generates the configuration while the Android makefiles are parsed, so
conf.mk is there by the time this file is read.

Signed-off-by: Andrii Shtompel <andrii_shtompel@epam.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant