CMSIS-DSP: Testing framework
Added support for f64
Added benchmarking code for arm_biquad_cascade_df2T_f64
diff --git a/CMSIS/DSP/Testing/processTests.py b/CMSIS/DSP/Testing/processTests.py
index 8b1e9cd..deef594 100644
--- a/CMSIS/DSP/Testing/processTests.py
+++ b/CMSIS/DSP/Testing/processTests.py
@@ -29,7 +29,7 @@
     # Parse the test description.
     root = p.parse(args.f)
     d.deprecate(root,args.others)
-    print(root)
+    #print(root)
     # Generate code with the tree of tests
     c.genCodeForTree(root)
 else: