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:
Anas Nashif 2016-02-09 11:13:41 -05:00 committed by Gerrit Code Review
commit d93cb67109

View file

@ -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",