mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing: Move fs/fopencookie to libc
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
b7f05e89ba
commit
d7be1bd672
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# apps/testing/fs/fopencookie/Makefile
|
||||
# apps/testing/libc/fopencookie/Makefile
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* apps/testing/fs/fopencookie/fopencookie.c
|
||||
* apps/testing/libc/fopencookie/fopencookie.c
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
Loading…
Add table
Add a link
Reference in a new issue