Skip to content

Commit

Permalink
testing/ramtest: Fix not updated CMake file
Browse files Browse the repository at this point in the history
This issue was preventing ramtest to be displayed into
nsh (this is why all modifications need to be tested!!
"should work" doesn't work).

This is was discovered by user @nonpawite

Signed-off-by: Alan C. Assis <[email protected]>
  • Loading branch information
acassis authored and xiaoxiang781216 committed Sep 20, 2024
1 parent b1c4e39 commit 21f5bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ramtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# ##############################################################################

if(CONFIG_SYSTEM_RAMTEST)
if(CONFIG_TESTING_RAMTEST)
nuttx_add_application(
NAME
${CONFIG_TESTING_RAMTEST_PROGNAME}
Expand Down

0 comments on commit 21f5bc9

Please sign in to comment.