commit | 070cf6a7fc44bce704467e6d9c2fdbee90802521 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sat May 29 07:53:41 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 11 20:56:10 2021 -0400 |
tree | a2c3fabbb3225f171968a61b3e4b522b11d1cd47 | |
parent | 73443088baba53960d13a0175e695e1b2d71320d [diff] |
west: parse options from testcase.yaml/sample.yaml during build Allow the use of build configurations from testcase/sample yaml files. This addition makes it easy to build a sample or a test with the options provided in the test file by pointing to the test section to be built on the command line of `west build`. Fixes #31993 Signed-off-by: Anas Nashif <anas.nashif@intel.com>