[PATCH 2/3] testsuite: User input define added

Chris Johns chrisj at rtems.org
Tue Mar 31 09:56:11 UTC 2020


On 2020-03-31 19:57, Moyano, Gabriel wrote:
> diff --git a/testsuite/arphole/test_main.c b/testsuite/arphole/test_main.c
> index 19d67b89..45a28cc0 100644
> --- a/testsuite/arphole/test_main.c
> +++ b/testsuite/arphole/test_main.c
> @@ -54,6 +54,7 @@
>   #include <rtems/bsd/util.h>
>   
>   #define TEST_NAME "LIBBSD ARP HOLE"
> +#define TEST_STATE_USER_INPUT 1

In rtems.git these test states are defined on the compiler command line. 
The user input state is OK to define in the code but it gets more 
difficult with the others to manage them in the code and so I am 
wondering how we manage the other states in libbsd? And if we manage 
those in the build system then why manage this one?

Chris


More information about the devel mailing list