Skip to content

Commit

Permalink
[HandshakeRunner][lit] Move tests to integration test (#3826)
Browse files Browse the repository at this point in the history
The handshake-runner tests take a large amount of time and do execute their input. Thus, it makes more sense to have them as part of the integration tests.
  • Loading branch information
Dinistro authored Sep 6, 2022
1 parent b77d817 commit 1ee01bc
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion integration_test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
]
tools = [
'circt-opt', 'circt-translate', 'firtool', 'circt-rtl-sim.py',
'esi-cosim-runner.py', 'equiv-rtl.sh'
'esi-cosim-runner.py', 'equiv-rtl.sh', 'handshake-runner'
]

# Enable python if its path was configured
Expand Down
4 changes: 2 additions & 2 deletions test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
config.circt_tools_dir, config.mlir_tools_dir, config.llvm_tools_dir
]
tools = [
'firtool', 'handshake-runner', 'circt-opt', 'circt-reduce',
'circt-translate', 'circt-capi-ir-test', 'esi-tester'
'firtool', 'circt-opt', 'circt-reduce', 'circt-translate',
'circt-capi-ir-test', 'esi-tester'
]

# Enable Verilator if it has been detected.
Expand Down

0 comments on commit 1ee01bc

Please sign in to comment.