From f1e885f491e8d0f5c6243a7587746f80ab8ab904 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Wed, 9 Sep 2020 18:26:17 +0100 Subject: [PATCH] TEST: add a cmake option in example testing script --- tools/test/examples/examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test/examples/examples.py b/tools/test/examples/examples.py index 586a33f87b..5e2162111f 100644 --- a/tools/test/examples/examples.py +++ b/tools/test/examples/examples.py @@ -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",