Skip to content

Commit

Permalink
thrid
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus committed May 21, 2024
1 parent 21a079d commit 6e728c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/utest/testcases/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source "$RTT_DIR/examples/utest/testcases/drivers/serial_v2/Kconfig"
source "$RTT_DIR/examples/utest/testcases/drivers/ipc/Kconfig"
source "$RTT_DIR/examples/utest/testcases/posix/Kconfig"
source "$RTT_DIR/examples/utest/testcases/mm/Kconfig"
source "$RTT_DIR/examples/utest/testcases/tfs/Kconfig"
source "$RTT_DIR/examples/utest/testcases/tmpfs/Kconfig"
endif

endmenu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
menu "Tfs Testcase"
menu "Tmpfs Testcase"

config UTEST_TMPFS_CP
bool "tmpfs cp test"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ static void testcase(void)
{
UTEST_UNIT_RUN(run_copy);
}
UTEST_TC_EXPORT(testcase,"testcase.tfs.tmpfs", utest_tc_init, utest_tc_cleanup, 10);
UTEST_TC_EXPORT(testcase,"testcase.tfs.tmpfs", utest_tc_init, utest_tc_cleanup, 10);

0 comments on commit 6e728c1

Please sign in to comment.