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

Improved some unit tests

This commit is contained in:
Tom Poole 2019-02-20 11:12:44 +00:00
parent 548838e139
commit 70395c9622
4 changed files with 225 additions and 214 deletions

View file

@ -83,6 +83,7 @@
#if JUCE_UNIT_TESTS
#include "maths/juce_Matrix_test.cpp"
#include "maths/juce_LogRampedValue_test.cpp"
#if JUCE_USE_SIMD
#include "containers/juce_SIMDRegister_test.cpp"
#endif