mirror of https://github.com/llvm/circt.git
[tests] drop removed SMTLIB CAPI test from lit config (#8463)
This commit is contained in:
parent
99d5734eb5
commit
925f5ce343
|
@ -61,9 +61,9 @@ tools = [
|
|||
'arcilator', 'circt-as', 'circt-capi-ir-test', 'circt-capi-om-test',
|
||||
'circt-capi-firrtl-test', 'circt-capi-firtool-test',
|
||||
'circt-capi-rtg-pipelines-test', 'circt-capi-rtg-test',
|
||||
'circt-capi-rtgtest-test', 'circt-capi-smtlib-test', 'circt-dis',
|
||||
'circt-lec', 'circt-reduce', 'circt-synth', 'circt-test', 'circt-translate',
|
||||
'firtool', 'hlstool', 'om-linker', 'kanagawatool'
|
||||
'circt-capi-rtgtest-test', 'circt-dis', 'circt-lec', 'circt-reduce',
|
||||
'circt-synth', 'circt-test', 'circt-translate', 'firtool', 'hlstool',
|
||||
'om-linker', 'kanagawatool'
|
||||
]
|
||||
|
||||
if "CIRCT_OPT_CHECK_IR_ROUNDTRIP" in os.environ:
|
||||
|
|
Loading…
Reference in New Issue