Extend framework_test with cf_segments

This will allow us to benchmark cf_segments.

Change-Id: Id1956301e9feacbb5de10adbcd16052ab0971301
diff --git a/tools/test_framework.py b/tools/test_framework.py
index 6bc2f90..7400541 100755
--- a/tools/test_framework.py
+++ b/tools/test_framework.py
@@ -54,13 +54,13 @@
           ' <NAME>-<segment>(CodeSize): <bytes>), the full size is reported'
           ' with <NAME>-Total(CodeSize)')
   parser.add_argument('--print-memoryuse',
-      help = 'Prints the line \'<NAME>-Total(MemoryUse):' +
-             ' <mem>\' at the end where <mem> is the peak' +
-             ' peak resident set size (VmHWM) in bytes.',
+      help = 'Prints the line \'<NAME>-Total(MemoryUse):' 
+          ' <mem>\' at the end where <mem> is the peak'
+          ' peak resident set size (VmHWM) in bytes.',
       default = False,
       action = 'store_true')
   parser.add_argument('--output',
-                      help = 'Output directory to keep the generated files')
+      help = 'Output directory to keep the generated files')
   return parser.parse_args()
 
 def Main():