testing: Move fs/fopencookie to libc

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2025-01-26 16:04:09 +08:00 committed by Alan C. Assis
parent b7f05e89ba
commit d7be1bd672
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/fopencookie/Make.defs
# apps/testing/libc/fopencookie/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
@ -21,5 +21,5 @@
############################################################################
ifneq ($(CONFIG_TESTING_FOPENCOOKIE_TEST),)
CONFIGURED_APPS += $(APPDIR)/testing/fs/fopencookie
CONFIGURED_APPS += $(APPDIR)/testing/libc/fopencookie
endif

View file

@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/fopencookie/Makefile
# apps/testing/libc/fopencookie/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#

View file

@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/fs/fopencookie/fopencookie.c
* apps/testing/libc/fopencookie/fopencookie.c
*
* SPDX-License-Identifier: Apache-2.0
*