Skip to content

Commit

Permalink
[circt-test] fix lit config for circt-bmc (#7897)
Browse files Browse the repository at this point in the history
Signed-off-by: unlsycn <unlsycn@unlsycn.com>
  • Loading branch information
unlsycn authored Nov 26, 2024
1 parent e04ee8b commit 74598ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
# test_exec_root: The root path where tests should be run.
config.test_exec_root = os.path.join(config.circt_obj_root, 'integration_test')

# Tweak the PATH to include the tools dir.
# Tweak the PATH to include the LLVM and CIRCT tools dir.
llvm_config.with_environment('PATH', config.llvm_tools_dir, append_path=True)
llvm_config.with_environment('PATH', config.circt_tools_dir, append_path=True)

# Tweak the PYTHONPATH to include the binary dir.
if config.bindings_python_enabled:
Expand Down

0 comments on commit 74598ea

Please sign in to comment.