Skip to content

Commit 4581cd3

Browse files
committed
apps/testing:merge the cases in the testing folder into the same category
Signed-off-by: tengshuangshuang <[email protected]>
1 parent 121205f commit 4581cd3

File tree

330 files changed

+708
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

330 files changed

+708
-450
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ build
4747
.ccls-cache
4848
compile_commands.json
4949
.aider*
50+
testing/*/Kconfig

testing/arch/Make.defs

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
############################################################################
2+
# apps/testing/arch/Make.defs
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
12+
#
13+
# http://www.apache.org/licenses/LICENSE-2.0
14+
#
15+
# Unless required by applicable law or agreed to in writing, software
16+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
20+
#
21+
############################################################################
22+
23+
include $(wildcard $(APPDIR)/testing/arch/*/Make.defs)

testing/arch/Makefile

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
############################################################################
2+
# apps/testing/arch/Makefile
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
12+
#
13+
# http://www.apache.org/licenses/LICENSE-2.0
14+
#
15+
# Unless required by applicable law or agreed to in writing, software
16+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
20+
#
21+
############################################################################
22+
23+
MENUDESC = "arch"
24+
25+
include $(APPDIR)/Directory.mk
File renamed without changes.

testing/himem_test/LibIncludes.mk renamed to testing/arch/himem_test/LibIncludes.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/himem_test/LibIncludes.mk
2+
# apps/testing/arch/himem_test/LibIncludes.mk
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#

testing/himem_test/Make.defs renamed to testing/arch/himem_test/Make.defs

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

2323

2424
ifneq ($(CONFIG_TESTING_HIMEM_TEST),)
25-
CONFIGURED_APPS += $(APPDIR)/testing/himem_test
25+
CONFIGURED_APPS += $(APPDIR)/testing/arch/himem_test
2626
endif

testing/himem_test/Makefile renamed to testing/arch/himem_test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
############################################################################
2-
# apps/testing/himem_test/Makefile
2+
# apps/testing/arch/himem_test/Makefile
33
#
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -22,7 +22,7 @@
2222

2323

2424
include $(APPDIR)/Make.defs
25-
include $(APPDIR)/testing/himem_test/LibIncludes.mk
25+
include $(APPDIR)/testing/arch/himem_test/LibIncludes.mk
2626

2727

2828
# built-in application info

testing/himem_test/himem_chardev_test.c renamed to testing/arch/himem_test/himem_chardev_test.c

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

testing/mtetest/CMakeLists.txt renamed to testing/arch/mtetest/CMakeLists.txt

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

0 commit comments

Comments
 (0)