Skip to content

Commit

Permalink
apps/testing:merge the cases in the testing folder into the same cate…
Browse files Browse the repository at this point in the history
…gory

Signed-off-by: tengshuangshuang <[email protected]>
  • Loading branch information
txy-21 committed Jan 9, 2025
1 parent a5bf405 commit 70cf2f4
Show file tree
Hide file tree
Showing 217 changed files with 318 additions and 740 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##############################################################################
# apps/testing/mm/monkey/CMakeLists.txt
# apps/testing/driver/monkey/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/mm/monkey/Make.defs
# apps/testing/driver/monkey/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -21,5 +21,5 @@
############################################################################

ifneq ($(CONFIG_TESTING_MONKEY),)
CONFIGURED_APPS += $(APPDIR)/testing/mm/monkey
CONFIGURED_APPS += $(APPDIR)/testing/driver/monkey
endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/mm/monkey/Makefile
# apps/testing/driver/monkey/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey.c
* apps/testing/driver/monkey/monkey.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey.h
* apps/testing/driver/monkey/monkey.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_assert.h
* apps/testing/driver/monkey/monkey_assert.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_dev.c
* apps/testing/driver/monkey/monkey_dev.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_dev.h
* apps/testing/driver/monkey/monkey_dev.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_event.c
* apps/testing/driver/monkey/monkey_event.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_event.h
* apps/testing/driver/monkey/monkey_event.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_log.c
* apps/testing/driver/monkey/monkey_log.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_log.h
* apps/testing/driver/monkey/monkey_log.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_main.c
* apps/testing/driver/monkey/monkey_main.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_proc.c
* apps/testing/driver/monkey/monkey_proc.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_recorder.c
* apps/testing/driver/monkey/monkey_recorder.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_recorder.h
* apps/testing/driver/monkey/monkey_recorder.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_type.h
* apps/testing/driver/monkey/monkey_type.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_utils.c
* apps/testing/driver/monkey/monkey_utils.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/mm/monkey/monkey_utils.h
* apps/testing/driver/monkey/monkey_utils.h
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ##############################################################################
# apps/testing/fs/nand_sim/CMakeLists.txt
# apps/testing/driver/nand_sim/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/nand_sim/Make.defs
# apps/testing/driver/nand_sim/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -21,5 +21,5 @@
############################################################################

ifneq ($(CONFIG_TESTING_NAND_SIM),)
CONFIGURED_APPS += $(APPDIR)/testing/fs/nand_sim
CONFIGURED_APPS += $(APPDIR)/testing/driver/nand_sim
endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/nand_sim/Makefile
# apps/testing/driver/nand_sim/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/fs/nand_sim/nand_sim_main.c
* apps/testing/driver/nand_sim/nand_sim_main.c
*
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/sd_bench/Make.defs
# apps/testing/driver/sd_bench/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -21,5 +21,5 @@
############################################################################

ifneq ($(CONFIG_TESTING_SD_BENCH),)
CONFIGURED_APPS += $(APPDIR)/testing/fs/sd_bench
CONFIGURED_APPS += $(APPDIR)/testing/driver/sd_bench
endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/sd_bench/Makefile
# apps/testing/driver/sd_bench/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/fs/sd_bench/sd_bench_main.c
* apps/testing/driver/sd_bench/sd_bench_main.c
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: 2016-2021 PX4 Development Team. All rights
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/sd_stress/Make.defs
# apps/testing/driver/sd_stress/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -21,5 +21,5 @@
############################################################################

ifneq ($(CONFIG_TESTING_SD_STRESS),)
CONFIGURED_APPS += $(APPDIR)/testing/fs/sd_stress
CONFIGURED_APPS += $(APPDIR)/testing/driver/sd_stress
endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# apps/testing/fs/sd_stress/Makefile
# apps/testing/driver/sd_stress/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/****************************************************************************
* apps/testing/fs/sd_stress/sd_stress_main.c
* apps/testing/driver/sd_stress/sd_stress_main.c
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: 2016-2021 PX4 Development Team. All rights
Expand Down
12 changes: 0 additions & 12 deletions testing/fs/cmocka/Kconfig

This file was deleted.

26 changes: 0 additions & 26 deletions testing/fs/cmocka/Make.defs

This file was deleted.

39 changes: 0 additions & 39 deletions testing/fs/cmocka/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions testing/mm/mmtest/Kconfig

This file was deleted.

26 changes: 0 additions & 26 deletions testing/mm/mmtest/Make.defs

This file was deleted.

20 changes: 0 additions & 20 deletions testing/mm/mmtest/Makefile

This file was deleted.

Loading

0 comments on commit 70cf2f4

Please sign in to comment.