This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 21f5bc9b7 testing/ramtest: Fix not updated CMake file
21f5bc9b7 is described below

commit 21f5bc9b70b1b4bb356a7be7de158e1919f6e989
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Thu Sep 19 17:45:40 2024 -0300

    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 <[email protected]>
---
 testing/ramtest/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/ramtest/CMakeLists.txt b/testing/ramtest/CMakeLists.txt
index de27cd89f..46d9340a8 100644
--- a/testing/ramtest/CMakeLists.txt
+++ b/testing/ramtest/CMakeLists.txt
@@ -18,7 +18,7 @@
 #
 # 
##############################################################################
 
-if(CONFIG_SYSTEM_RAMTEST)
+if(CONFIG_TESTING_RAMTEST)
   nuttx_add_application(
     NAME
     ${CONFIG_TESTING_RAMTEST_PROGNAME}

Reply via email to