CMSIS-DSP: Added support for Helium.
Only arm_dot_prod_f32 is currently providing an Helium implementation.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index eb5014a..51d7dd1 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -18,9 +18,13 @@
 #include "Patterns.h"
 
 
+
 int testmain()
 {
     char *memoryBuf=NULL;
+
+
+
   
     memoryBuf = (char*)malloc(MEMSIZE);
     if (memoryBuf !=NULL)