From 21f5bc9b70b1b4bb356a7be7de158e1919f6e989 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Thu, 19 Sep 2024 17:45:40 -0300 Subject: [PATCH] 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 --- 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 de27cd89fc..46d9340a83 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}