Skip to content

Commit f1e885f

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TEST: add a cmake option in example testing script
1 parent 3b5ab54 commit f1e885f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/test/examples/examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def parse_args():
9393
default=0,
9494
help="Number of concurrent jobs. Default: 0/auto (based on host machine's number of CPUs)")
9595

96+
compile_cmd.add_argument("--cmake", action="store_true", dest="cmake", default=False, help="Use Cmake to build example")
9697
compile_cmd.add_argument("-v", "--verbose",
9798
action="store_true",
9899
dest="verbose",

0 commit comments

Comments
 (0)