Skip to content

Commit d7be1bd

Browse files
xiaoxiang781216acassis
authored andcommitted
testing: Move fs/fopencookie to libc
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent b7f05e8 commit d7be1bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

testing/fs/fopencookie/Make.defs renamed to testing/libc/fopencookie/Make.defs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/fs/fopencookie/Make.defs
2+
# apps/testing/libc/fopencookie/Make.defs
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -21,5 +21,5 @@
2121
############################################################################
2222

2323
ifneq ($(CONFIG_TESTING_FOPENCOOKIE_TEST),)
24-
CONFIGURED_APPS += $(APPDIR)/testing/fs/fopencookie
24+
CONFIGURED_APPS += $(APPDIR)/testing/libc/fopencookie
2525
endif

testing/fs/fopencookie/Makefile renamed to testing/libc/fopencookie/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/fs/fopencookie/Makefile
2+
# apps/testing/libc/fopencookie/Makefile
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

testing/fs/fopencookie/fopencookie.c renamed to testing/libc/fopencookie/fopencookie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/fs/fopencookie/fopencookie.c
2+
* apps/testing/libc/fopencookie/fopencookie.c
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

0 commit comments

Comments
 (0)