TEST: add a cmake option in example testing script

pull/13580/head
Qinghao Shi 2020-09-09 18:26:17 +01:00
parent 3b5ab54618
commit f1e885f491
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ def parse_args():
default=0,
help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
compile_cmd.add_argument("--cmake", action="store_true", dest="cmake", default=False, help="Use Cmake to build example")
compile_cmd.add_argument("-v", "--verbose",
action="store_true",
dest="verbose",