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:
parent
eb8400b366
commit
328c0f6593
3 changed files with 15 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue