mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 20:50:51 +00:00
fmt: merge fuzzers since we don't rely on BigInteger logic
This is per fmt's (effective) use, as it turns out, so we're not losing any fidelity in the comparison.
This commit is contained in:
parent
3571bf2c2d
commit
a1de898fcc
2 changed files with 6 additions and 42 deletions
|
@ -17,7 +17,6 @@ add_executable(
|
|||
x_test
|
||||
x_test.cc
|
||||
../../../libs/bigint/BigUnsigned.cc
|
||||
../../../libs/bigint/BigInteger.cc
|
||||
)
|
||||
|
||||
link_fuzztest(x_test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue