nuttx-apps/testing/ostest
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
..
aio.c
barrier.c
cancel.c
CMakeLists.txt apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
cond.c
dev_null.c
fpu.c
getopt.c
Kconfig
Make.defs
Makefile apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
mqueue.c
mutex.c
nsem.c
ostest_main.c apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
ostest.h apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
posixtimer.c
prioinherit.c
pthread_cleanup.c
pthread_exit.c
pthread_rwlock_cancel.c
pthread_rwlock.c
restart.c
rmutex.c
robust.c
roundrobin.c
schedlock.c
sem.c
semtimed.c
setjmp.c
setvbuf.c
sigev_thread.c
sighand.c
sighelper.c
signest.c
sigprocmask.c
smp_call.c
specific.c
sporadic2.c
sporadic.c
suspend.c
timedmqueue.c
timedmutex.c
timedwait.c
tls.c
vfork.c apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
waitpid.c
wqueue.c