Skip to content

Commit

Permalink
fix lit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>
  • Loading branch information
asraa committed Oct 13, 2023
1 parent 7f7e890 commit e26b491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
+ os.environ["PATH"]
)

config.environment["RUNFILES_DIR"] = (
str(runfiles_dir)
)

# Some tests that use mlir-cpu-runner need access to additional shared libs to
# link against functions like print. Substitutions replace magic strings in the
# test files with the needed paths.
Expand Down

0 comments on commit e26b491

Please sign in to comment.