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

DSP: Add ProcessorChain tests

This commit is contained in:
reuk 2020-03-16 16:55:10 +00:00
parent 0ac8552a63
commit adbf5fc219
3 changed files with 156 additions and 19 deletions

View file

@ -86,4 +86,5 @@
#include "containers/juce_AudioBlock_test.cpp"
#include "frequency/juce_FFT_test.cpp"
#include "processors/juce_FIRFilter_test.cpp"
#include "processors/juce_ProcessorChain_test.cpp"
#endif