[dts][PATCH V1 2/2] conf/meson_tests: modify meson_tests suite to support test config in conf

Weiyuan Li weiyuanx.li at intel.com
Thu Nov 10 08:32:38 CET 2022


Modify meson_tests suite to support test config (TIMEOUT_MULTIPLIER,
TEST_ARGS etc.) in conf/meson_tests.cfg.

Signed-off-by: Weiyuan Li <weiyuanx.li at intel.com>
---
 conf/meson_tests.cfg | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/conf/meson_tests.cfg b/conf/meson_tests.cfg
index 8dcb3d2e..4345c6da 100644
--- a/conf/meson_tests.cfg
+++ b/conf/meson_tests.cfg
@@ -1,8 +1,14 @@
 # config unit test case for meson test
 # caselist = thash_autotest trace_autotest
+# config options if set -1 is nothing
 [suite]
-fast-tests  = " "
-driver-tests = " "
-debug-tests = " "
-extra-tests = " "
-perf-tests = " "
+fast-tests  = -1
+driver-tests = -1
+debug-tests = -1
+extra-tests = -1
+perf-tests = -1
+[options]
+time_out = 14
+test_args = "-c 0xff"
+verbose = -1
+num_processes = "20"
-- 
2.27.0



More information about the dts mailing list