testing/ramtest: Fix not updated CMake file

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 <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis 2024-09-19 17:45:40 -03:00 committed by Xiang Xiao
parent b1c4e39205
commit 21f5bc9b70

View File

@ -18,7 +18,7 @@
#
# ##############################################################################
if(CONFIG_SYSTEM_RAMTEST)
if(CONFIG_TESTING_RAMTEST)
nuttx_add_application(
NAME
${CONFIG_TESTING_RAMTEST_PROGNAME}