BlocSoc-iitr / HorseRiders

A complex math and Fast Fourier Transform Library for Huff and EVM Assembly
MIT License
8 stars 9 forks source link

🛠️ FIX : Improve Test Coverage in FFT.t.sol #3

Closed 0xpanicError closed 9 months ago

0xpanicError commented 9 months ago

🛠️ [FIX]

Description: FFT lib in Huff has no tests. Unit test is carried out only for solidity implementation.

Scope: Test file is in test/FFT.t.sol

Objective: 100% test coverage for FFT implementation in huff (both unit and fuzz testing). Assume solidity implementation to be correct and assert result from Huff implementation.

cy4n1d3-p1x3l commented 9 months ago

I'll try to do them tomorrow.