mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 14:45:18 +00:00
tests: Remove unused tool list in test Makefile
The checks for available tools moved to a python script, so need need to have a copy of the tool list in the Makefile.
This commit is contained in:
parent
534ac21742
commit
675dc03dfe
|
@ -2,23 +2,6 @@ test:
|
||||||
|
|
||||||
.PHONY: test clean refresh help
|
.PHONY: test clean refresh help
|
||||||
|
|
||||||
TOOL_LIST := \
|
|
||||||
btorsim \
|
|
||||||
yices \
|
|
||||||
aigbmc \
|
|
||||||
avy \
|
|
||||||
bitwuzla \
|
|
||||||
boolector \
|
|
||||||
btormc \
|
|
||||||
cvc4 \
|
|
||||||
mathsat \
|
|
||||||
pono \
|
|
||||||
suprove \
|
|
||||||
yices-smt2 \
|
|
||||||
yices \
|
|
||||||
yosys-abc \
|
|
||||||
z3
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@cat make/help.txt
|
@cat make/help.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue