mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 05:10:49 +00:00
testing/ostest: temporary remove vfork test on arch/sim
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
f228ee1e4f
commit
ee76427938
1 changed files with 2 additions and 1 deletions
|
|
@ -590,7 +590,8 @@ static int user_main(int argc, char *argv[])
|
||||||
check_test_memory_usage();
|
check_test_memory_usage();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID)
|
#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID) && \
|
||||||
|
!defined(CONFIG_ARCH_SIM)
|
||||||
#ifndef CONFIG_BUILD_KERNEL
|
#ifndef CONFIG_BUILD_KERNEL
|
||||||
printf("\nuser_main: vfork() test\n");
|
printf("\nuser_main: vfork() test\n");
|
||||||
vfork_test();
|
vfork_test();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue