testing/ramtest/CMakeLists.txt: fix the names of the config entry

CONFIG_SYSTEM_ -> CONFIG_TESTING_
fix Relative file path does not match actual file.
This commit is contained in:
simbit18 2024-05-10 13:05:05 +02:00 committed by Xiang Xiao
parent 3ff320756a
commit 94ccbf0577

View File

@ -1,5 +1,5 @@
# ############################################################################## # ##############################################################################
# apps/system/ramtest/CMakeLists.txt # apps/testing/ramtest/CMakeLists.txt
# #
# Licensed to the Apache Software Foundation (ASF) under one or more contributor # Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for # license agreements. See the NOTICE file distributed with this work for
@ -18,6 +18,6 @@
# #
# ############################################################################## # ##############################################################################
if(CONFIG_SYSTEM_RAMTEST) if(CONFIG_TESTING_RAMTEST)
nuttx_add_application(NAME ramtest) nuttx_add_application(NAME ramtest)
endif() endif()