Skip to content

Commit 679552d

Browse files
committed
[Test] embedded: Use test lit in validation-test.
1 parent a17d360 commit 679552d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import sys
2+
import platform
3+
4+
# Load the config at test/embedded/lit.local.cfg
5+
lit_config.load_config(config,
6+
os.path.join(
7+
os.path.dirname(os.path.dirname(os.path.dirname(__file__))),
8+
'test', 'embedded', 'lit.local.cfg'))
9+

0 commit comments

Comments
 (0)