kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.64k stars 252 forks source link

When ENABLE_TESTS=ON 'make test' doesn't run tests #164

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

ENABLE_TESTS=ON only builds the test executable all_tests. It looks like the test target is missing.

dancazarin commented 1 year ago

KFR uses cmake for running the tests.

In tests directory the foolowing command should run the test and print the summary:

ctest -V