CMSIS-DSP: Removed files which are generated automatically by the test
framework.
It includes the dummy fake benchmarks which were used for testing the
scripts.
diff --git a/CMSIS/DSP/Testing/summaryBench.py b/CMSIS/DSP/Testing/summaryBench.py
index e4fa423..2ed840d 100644
--- a/CMSIS/DSP/Testing/summaryBench.py
+++ b/CMSIS/DSP/Testing/summaryBench.py
@@ -107,7 +107,7 @@
 
 parser.add_argument('-f', nargs='?',type = str, default=None, help="Test description file path")
 parser.add_argument('-b', nargs='?',type = str, default="FullBenchmark", help="Full Benchmark dir path")
-parser.add_argument('-e', action='store_true', help="Embedded test")
+#parser.add_argument('-e', action='store_true', help="Embedded test")
 
 parser.add_argument('others', nargs=argparse.REMAINDER)