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:
parent
665d216b6f
commit
8831aa60eb
6 changed files with 97 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue