3
0
Fork 0
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:
Charlotte 2023-06-28 11:51:24 +10:00 committed by Marcelina Kościelnicka
parent 3571bf2c2d
commit a1de898fcc
2 changed files with 6 additions and 42 deletions

View file

@ -17,7 +17,6 @@ add_executable(
x_test
x_test.cc
../../../libs/bigint/BigUnsigned.cc
../../../libs/bigint/BigInteger.cc
)
link_fuzztest(x_test)