CMSIS-DSP : Testing framework improvements
Added new tests for cfft.
Improved error handling when not enough memory allocated in testmain.cpp
Corrected arm_math.h (replaced inline by preprocessor definition).
Added example debug script to read pattern and output of tests using
scipy.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index 51d7dd1..00ecafa 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -9,7 +9,7 @@
 #include <stdlib.h>
 using namespace std;
 
-#define MEMSIZE 64000
+#define MEMSIZE 140000
 
 // Dummy (will be generated by python scripts)
 // char* array describing the tests and the input patterns.