mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_RAMTEST)
|
||||
if(CONFIG_TESTING_RAMTEST)
|
||||
nuttx_add_application(
|
||||
NAME
|
||||
${CONFIG_TESTING_RAMTEST_PROGNAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue