1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DSP: Add "DSP" UnitTest category to dsp module UnitTests

This commit is contained in:
hogliux 2017-11-07 14:41:25 +00:00
parent eb8400b366
commit 328c0f6593
3 changed files with 15 additions and 4 deletions

View file

@ -31,7 +31,7 @@ namespace dsp
struct FFTUnitTest : public UnitTest
{
FFTUnitTest() : UnitTest("FFT") {}
FFTUnitTest() : UnitTest ("FFT", "DSP") {}
static void fillRandom (Random& random, Complex<float>* buffer, size_t n)
{