commit | 59aeeea47213e9fa31a61ba0f158cf91aabb5229 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Nov 20 13:39:05 2019 +0100 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Wed Nov 20 13:39:05 2019 +0100 |
tree | e192842b2d9d56537cb52064584dd5e33e29f320 | |
parent | 1f3f968e39e46a672861a2e7f5623163ba68516a [diff] [blame] |
CMSIS-DSP: Improvements to test framework
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp index 83c5af9..3186030 100644 --- a/CMSIS/DSP/Testing/testmain.cpp +++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -9,7 +9,11 @@ #include <stdlib.h> using namespace std; +#ifdef BENCHMARK +#define MEMSIZE 300000 +#else #define MEMSIZE 230000 +#endif // Dummy (will be generated by python scripts) // char* array describing the tests and the input patterns.