CMSIS-DSP: Test framework improvement
Added gcc support for M55 FVP.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index e7e819d..fdbc423 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -55,6 +55,7 @@
            // by a server running on a host.
            #if defined(EMBEDDED)
            Client::IORunner runner(&io,&mgr,Testing::kTestOnly);
+           //Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);
            #else
            // Works also in embedded but slower since data is dumped
            Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);