Enable quick test by default for lit renode tests

add the flag --quick_test.

Change-Id: Ia0a228c1a9127c6601cea981491b96814c87ca6c
diff --git a/samples/lit.cfg.py b/samples/lit.cfg.py
index f77c6f1..b395075 100644
--- a/samples/lit.cfg.py
+++ b/samples/lit.cfg.py
@@ -39,7 +39,7 @@
             f"{config.environment['OUT']}/host/qemu/qemu-system-riscv32")
 renode_cmd = (f"{config.environment['ROOTDIR']}/sw/vec/scripts/test_runner.py "
               "renode --renode-path "
-              f"{os.getenv('CACHE')}/renode/renode")
+              f"{os.getenv('CACHE')}/renode/renode --quick_test ")
 
 config.test_exec_root = os.path.dirname(__file__) + "/tests"