nuttx-apps/testing
Masayuki Ishikawa 79c7962af6 apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK
Summary:

- Resolves an issue where `vfork_test` was not executed following
  the renaming from CONFIG_ARCH_HAVE_VFORK to CONFIG_ARCH_HAVE_FORK,
  as detailed in https://github.com/apache/nuttx/pull/9755.

Impact:
- Please merge https://github.com/apache/nuttx/pull/11200 before
  merging this PR.

Testing:
- Successfully tested with rv-virt:smp64, spresense:smp, and sim:smp.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-11-16 07:58:57 -08:00
..
arch_libc remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
atomic add test atomic 2023-09-05 22:10:48 +08:00
batterydump add batterydump tool for dump the battery info 2023-08-10 20:44:03 +08:00
cachespeed apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
cmocka add short command-line arguments and record execution time 2023-11-11 11:23:04 +08:00
cpuload
crypto testing/crypto: fix aescbc crash when update iv 2023-09-07 13:15:35 +08:00
cxxtest remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
drivertest testing: Fix cmocka_driver_block give more than once 2023-11-09 23:53:30 +08:00
epoll testing/epoll: add epoll test case 2023-11-02 14:49:54 +08:00
fatutf8 solve CI compilation error problem 2023-09-06 19:21:19 +03:00
fdsantest add fdsan unit test 2023-05-16 22:42:23 -07:00
fmemopen testing: add fmemopen function test tool 2023-10-25 00:27:14 +08:00
fopencookie remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
fstest remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
getprime
iozone
irtest system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
ltp testing/ltp: add config.h file 2023-09-19 11:13:44 +08:00
memstress apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
memtester memtester:Modify the misnaming in Kconfig 2023-10-23 19:25:29 -03:00
mm testing/mm: use unified name for macros 2023-09-12 22:09:43 +08:00
monkey testing/monkey: refact monkey test 2023-11-07 18:26:04 +08:00
mtd_config_fs remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
nist-sts add superpi fold and nist-sts fold to gitignore 2023-09-12 10:08:35 +08:00
nxffs remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
osperf testing: Swith up_perf_xxx to perf_xxx 2023-10-23 11:52:07 -03:00
ostest apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
ramspeed apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
ramtest apps:move test tools to testing. 2023-10-26 13:17:28 +02:00
scanftest testing/scanftest: add number of correct/incorrect tests 2023-10-18 16:52:24 -04:00
sd_bench testing/sd_bench: Port sdbench testing utility for PX4-Autopilot. 2023-10-30 16:58:10 +08:00
sd_stress testing/sd_stress: Port sdstress testing utility from PX4-Autopilot. 2023-10-25 15:41:27 +08:00
sensortest Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
setest Added tools for NXP SE05x (secure element) 2023-08-22 10:12:31 +08:00
smart remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
smart_test remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
smp
superpi add superpi fold and nist-sts fold to gitignore 2023-09-12 10:08:35 +08:00
uclibcxx_test
unity testing/unity: adjust unity download pack to 'Unity' 2023-08-10 03:33:12 +08:00
.gitignore
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs
Makefile