From d93cb67109c71dbb7e70168e39380643f2b4ef9a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 9 Feb 2016 11:13:41 -0500 Subject: [PATCH] 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 --- scripts/sanitycheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sanitycheck b/scripts/sanitycheck index c0434775f6a..017a7f6b70b 100755 --- a/scripts/sanitycheck +++ b/scripts/sanitycheck @@ -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",