scripts: twister: add copying of bsim exe

To make possible to build bsim tests by Twister, it is necessary to
copy executables to BabbleSim bin directory.

Signed-off-by: Piotr Golyzniak <metody159@gmail.com>
This commit is contained in:
Piotr Golyzniak 2023-12-17 23:41:07 +01:00 committed by Carles Cufí
commit 8831aa60eb
6 changed files with 97 additions and 3 deletions

View file

@ -123,6 +123,9 @@ mapping:
"regex":
type: str
required: true
"bsim_exe_name":
type: str
required: false
"min_ram":
type: int
required: false
@ -346,6 +349,9 @@ mapping:
"regex":
type: str
required: true
"bsim_exe_name":
type: str
required: false
"min_ram":
type: int
required: false