CMSIS-DSP: Add preliminary cfft 16 MVE code.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index a7ff79c..afcc729 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -52,8 +52,8 @@
// An IO runner is driven by some IO
// In future one may have a client/server runner driven
// by a server running on a host.
- //Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);
- Client::IORunner runner(&io,&mgr,Testing::kTestOnly);
+ Client::IORunner runner(&io,&mgr,Testing::kTestAndDump);
+ //Client::IORunner runner(&io,&mgr,Testing::kTestOnly);
// Root object containing all the tests