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 LinearAlgebraUnitTest : public UnitTest
{
LinearAlgebraUnitTest() : UnitTest("Linear Algebra UnitTests") {}
LinearAlgebraUnitTest() : UnitTest ("Linear Algebra UnitTests", "DSP") {}
struct AdditionTest
{