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:
parent
b1c4e39205
commit
21f5bc9b70
@ -18,7 +18,7 @@
|
||||
#
|
||||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_RAMTEST)
|
||||
if(CONFIG_TESTING_RAMTEST)
|
||||
nuttx_add_application(
|
||||
NAME
|
||||
${CONFIG_TESTING_RAMTEST_PROGNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user