commit | 79b955c80aac00bf8659f633ef80082187593599 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Jan 27 11:37:19 2023 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jan 28 17:05:19 2023 -0500 |
tree | 9e963e6c0f4f1c2133922783e4339451a74739e6 | |
parent | 10081243588a91cd70ee8759457ab53d1533d528 [diff] |
west: build: allow --test-item to accept twister style instance names This will allow something like this: west build -b qemu_x86 -T samples/hello_world/sample.basic.helloworld instead of: cd samples/hello_world west build -b qemu_x86 -T sample.basic.helloworld Using this option will allow to take twister output and just pass it to west to reproduce failures. Signed-off-by: Anas Nashif <anas.nashif@intel.com>