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 LinearAlgebraUnitTest : public UnitTest
|
||||
{
|
||||
LinearAlgebraUnitTest() : UnitTest("Linear Algebra UnitTests") {}
|
||||
LinearAlgebraUnitTest() : UnitTest ("Linear Algebra UnitTests", "DSP") {}
|
||||
|
||||
struct AdditionTest
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue