feat: improved parsing and regression test suite
This commit is contained in:
parent
4ebdd3c66e
commit
619eb3b338
39 changed files with 1116 additions and 339 deletions
8
testing/regression/lit.site.cfg.py.in
Normal file
8
testing/regression/lit.site.cfg.py.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
|
||||
config.project_source_root = r"@CMAKE_SOURCE_DIR@"
|
||||
config.project_build_root = r"@CMAKE_BINARY_DIR@"
|
||||
config.project_zig_root = os.path.join(r"@CMAKE_SOURCE_DIR@", "zig-out")
|
||||
|
||||
lit_config.load_config(
|
||||
config, os.path.join(config.project_source_root, "testing", "regression", "lit.cfg.py"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue