mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Merge pull request #171 from jix/make-remove-unused-tool-list
tests: Remove unused tool list in test Makefile
This commit is contained in:
commit
4a9511b80b
|
@ -2,23 +2,6 @@ test:
|
|||
|
||||
.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:
|
||||
@cat make/help.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue