scan for testcases in root to cover samples and tests
We have test cases in both samples and tests directories, so cover both by scannining the root directory. Change-Id: I5258d11b23ced2cc4fc88af4d40269310442dc9f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4d5b1aced4
commit
d93cb67109
1 changed files with 1 additions and 1 deletions
|
@ -1490,7 +1490,7 @@ def parse_arguments():
|
|||
help="Do not delete the outdir before building. Will result in "
|
||||
"faster compilation since builds will be incremental")
|
||||
parser.add_argument("-T", "--testcase-root",
|
||||
default="%s/samples" % ZEPHYR_BASE,
|
||||
default=ZEPHYR_BASE,
|
||||
help="Base directory to recursively search for test cases. All "
|
||||
"testcase.ini files under here will be processed")
|
||||
parser.add_argument("-A", "--arch-root",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue