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 ********************************************************************/
|
/* aio.c ********************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_FS_AIO
|
#ifdef CONFIG_EXAMPLES_OSTEST_AIO
|
||||||
void aio_test(void);
|
void aio_test(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -334,7 +334,7 @@ static int user_main(int argc, char *argv[])
|
|||||||
check_test_memory_usage();
|
check_test_memory_usage();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_FS_AIO
|
#ifdef CONFIG_EXAMPLES_OSTEST_AIO
|
||||||
/* Check asynchronous I/O */
|
/* Check asynchronous I/O */
|
||||||
|
|
||||||
printf("\nuser_main: AIO test\n");
|
printf("\nuser_main: AIO test\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user