Re: [PATCH] Eliminate config.inc.

2018-03-20 Thread Sebastian Huber
On 20/03/18 10:57, Christian Mauderer wrote: +=== Tests === + +There are tests for some features in the `testsuite` directory. Note that some +of the tests use a fixed IP configuration that is defined in +`testsuite/include/rtems/bsd/test/network-config.h`. It is not clear to me in this document

Re: [PATCH] Eliminate config.inc.

2018-03-20 Thread Christian Mauderer
Am 20.03.2018 um 02:14 schrieb Chris Johns: > On 20/03/2018 02:16, Christian Mauderer wrote: >> Most of the values in config.inc haven't been used any more. The only >> part left has been the ip addresses for some of the test. > > Why not just removed the parts not being used? > >> All other valu

Re: [PATCH] Eliminate config.inc.

2018-03-19 Thread Chris Johns
On 20/03/2018 02:16, Christian Mauderer wrote: > Most of the values in config.inc haven't been used any more. The only > part left has been the ip addresses for some of the test. Why not just removed the parts not being used? > All other values are not used and might irritate new users. Why woul

[PATCH] Eliminate config.inc.

2018-03-19 Thread Christian Mauderer
Most of the values in config.inc haven't been used any more. The only part left has been the ip addresses for some of the test. All other values are not used and might irritate new users. Generating the header for the network configuration adds quite some lines to the build system. On the other si