Skip to content
Snippets Groups Projects
Commit 85514690 authored by Peter Hoyes's avatar Peter Hoyes Committed by Naveen Saini
Browse files

zephyrtest: Enable use of TESTIMAGE_AUTO


When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after
do_image_complete and before do_build so that the test suites
automatically run as part of the image build.

However, do_testdata_write is currently constrained to run only before
do_build, so it likely won't execute prior to do_testimage. Change the
"before" constraint to do_testimage do that the testdata is always
generated prior to running the testimage task.

Signed-off-by: default avatarPeter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: default avatarNaveen Saini <naveen.kumar.saini@intel.com>
parent 70b1d781
No related branches found
No related tags found
1 merge request!26Upmerge of latest meta-zephyr kirkstone branch without the new CI
......@@ -50,4 +50,4 @@ python testdata_clean() {
os.remove(fname)
}
addtask do_testdata_write before do_build after do_deploy
addtask do_testdata_write before do_testimage after do_deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment