On Fri, Dec 6, 2019, 1:48 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:

> Hello,
>
> we have about 147 documented configuration options (see attached file).
> We probably need a test case for the minimum, default, and maximum
> value. Some defines have boolean values. Lets assume three test cases
> per option. So, about 500 tests. Should we use full test programs which
> run on the target for the tests or should I try to use C preprocess or
> compile only tests? For example we could C preprocess a file and then
> grep for a certain pattern. We could also compile the configuration file
> and use GDB to pretty print the relevant data structures and then
> compare it with a pattern.
>

If this can be tested compile only, that would be good by me.

There may be some which are not documented but should be. I recall running
across one recently. I don't remember if that got fixed or not.

I think own configuration for many items can be deleted. Driver, init
task/thread, and extension table may be the only ones that make sense
anymore.

--joel

>
> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.hu...@embedded-brains.de
> PGP     : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to