lwIP - A Lightweight TCP/IP stack - Tasks: task #14097, Create automated option-iteration...
You are not allowed to post comments on this tracker with your current authentication level.
task #14097: Create automated option-iteration test
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Thu 21 Jul 2016 08:14:20 PM UTC | ||
Category: | None | Should Start On: | Thu 21 Jul 2016 12:00:00 AM UTC |
Should be Finished on: | Thu 21 Jul 2016 12:00:00 AM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
Effort: | 0.00 |
Fri 19 Aug 2016 11:35:15 AM UTC, comment #1: |
Simon Goldschmidt <goldsimon>![]() |
Thu 21 Jul 2016 08:14:20 PM UTC, original submission:
We could need an automated build (and run?) test that creates multiple iterations of lwipopts.h (and other _opts.h) files with *valid option combinations to ensure
|
Simon Goldschmidt <goldsimon>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Idea:
- create a list of all options and their possible values (undefined, defined to nothing, 1, 0)
- run a preprocessor (much faster than compiling) over all files using one option set
- iterate over all options, hash the processor output and only take unique sets of options to compile the code
... that might speed up the generation of valid and worthy lwipopts.h files to check.