[HandshakeRunner][lit] Move tests to integration test (#3826)

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.
This commit is contained in:
Christian Ulmann 2022-09-06 18:47:28 +02:00 committed by GitHub
parent b77d81787a
commit 1ee01bc4c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ tool_dirs = [
]
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

View File

@ -56,8 +56,8 @@ tool_dirs = [
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.