We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f67ac5 commit b13a7a4Copy full SHA for b13a7a4
examples/utest/configs/default.cfg
@@ -1,3 +1,7 @@
1
# dependencies
2
CONFIG_RT_CONSOLEBUF_SIZE=1024
3
-CONFIG_RT_USING_CI_ACTION=y
+CONFIG_RT_USING_CI_ACTION=y
4
+
5
+CONFIG_UTEST_SELF_PASS_TC=y
6
+CONFIG_UTEST_MEMHEAP_TC=y
7
+CONFIG_UTEST_SMALL_MEM_TC=y
examples/utest/testcases/kernel/Kconfig
@@ -2,12 +2,12 @@ menu "Kernel Testcase"
config UTEST_MEMHEAP_TC
bool "memheap stability test"
- default y
+ default n
depends on RT_USING_MEMHEAP
8
config UTEST_SMALL_MEM_TC
9
bool "mem test"
10
11
depends on RT_USING_SMALL_MEM
12
13
config UTEST_OBJECT_TC
0 commit comments