Skip to content

Commit b7f05e8

Browse files
xiaoxiang781216cederom
authored andcommitted
testing: Move crypto/setest to drivers and open_memstream to libc
follow the dissusion from: #2931 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent 0406e67 commit b7f05e8

25 files changed

+25
-25
lines changed

testing/crypto/3descbc.c renamed to testing/drivers/crypto/3descbc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/3descbc.c
2+
* apps/testing/drivers/crypto/3descbc.c
33
*
44
* SPDX-License-Identifier: BSD-2-Clause
55
* SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved.

testing/crypto/CMakeLists.txt renamed to testing/drivers/crypto/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# apps/testing/crypto/CMakeLists.txt
2+
# apps/testing/drivers/crypto/CMakeLists.txt
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
File renamed without changes.

testing/crypto/Make.defs renamed to testing/drivers/crypto/Make.defs

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

2323
ifneq ($(CONFIG_TESTING_CRYPTO),)
24-
CONFIGURED_APPS += $(APPDIR)/testing/crypto
24+
CONFIGURED_APPS += $(APPDIR)/testing/drivers/crypto
2525
endif

testing/crypto/Makefile renamed to testing/drivers/crypto/Makefile

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

testing/crypto/aescbc.c renamed to testing/drivers/crypto/aescbc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/aescbc.c
2+
* apps/testing/drivers/crypto/aescbc.c
33
*
44
* SPDX-License-Identifier: ISC
55
* SPDX-FileCopyrightText: 2005 Markus Friedl. All rights reserved.

testing/crypto/aescmac.c renamed to testing/drivers/crypto/aescmac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/aescmac.c
2+
* apps/testing/drivers/crypto/aescmac.c
33
*
44
* SPDX-License-Identifier: ISC
55
*

testing/crypto/aesctr.c renamed to testing/drivers/crypto/aesctr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/aesctr.c
2+
* apps/testing/drivers/crypto/aesctr.c
33
*
44
* SPDX-License-Identifier: ISC
55
* SPDX-FileCopyrightText: 2005 Markus Friedl <markus@openbsd.org>

testing/crypto/aesxts.c renamed to testing/drivers/crypto/aesxts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/aesxts.c
2+
* apps/testing/drivers/crypto/aesxts.c
33
*
44
* SPDX-License-Identifier: BSD-2-Clause
55
* SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved.

testing/crypto/crc32.c renamed to testing/drivers/crypto/crc32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* apps/testing/crypto/crc32.c
2+
* apps/testing/drivers/crypto/crc32.c
33
*
44
* SPDX-License-Identifier: ISC
55
*

0 commit comments

Comments
 (0)