apps/examples/ostest: do not call AIO test without CONFIG_EXAMPLES_OSTEST_AIO
This commit is contained in:
parent
5b85750307
commit
d9210579b2
@ -127,7 +127,7 @@ void fpu_test(void);
|
||||
|
||||
/* aio.c ********************************************************************/
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
#ifdef CONFIG_EXAMPLES_OSTEST_AIO
|
||||
void aio_test(void);
|
||||
#endif
|
||||
|
||||
|
@ -334,7 +334,7 @@ static int user_main(int argc, char *argv[])
|
||||
check_test_memory_usage();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
#ifdef CONFIG_EXAMPLES_OSTEST_AIO
|
||||
/* Check asynchronous I/O */
|
||||
|
||||
printf("\nuser_main: AIO test\n");
|
||||
|
Loading…
Reference in New Issue
Block a user