binman: Run tests concurrently
[oweals/u-boot.git] / tools / dtoc / test_fdt.py
index 2e6febe8f380285da6ca9c01204a1bf49a23be19..8d70dd2a294a59f28804d99a04eed9ac2f1ddab8 100755 (executable)
@@ -547,6 +547,8 @@ if __name__ != '__main__':
 parser = OptionParser()
 parser.add_option('-B', '--build-dir', type='string', default='b',
         help='Directory containing the build output')
+parser.add_option('-P', '--processes', type=int,
+                  help='set number of processes to use for running tests')
 parser.add_option('-t', '--test', action='store_true', dest='test',
                   default=False, help='run tests')
 parser.add_option('-T', '--test-coverage', action='store_true',