summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-28 22:27:08 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-28 22:27:08 +0200
commit5c209f9abd290eaf9b29f98cfd4102ed2a93507f (patch)
treebf42ddbbba5b87f1218f6dd96bbb47f52d3c50aa
parent57f4795dbc48345a7ede135864d2efbf23d36e09 (diff)
tools/build_configs.py: remove TODO entry about test modules
The script can't scale in view of the very high number of combinations. Keep it to test the most common ones, but not for the test modules.
-rwxr-xr-xtools/build_configs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build_configs.py b/tools/build_configs.py
index 02af32fb..96d1fbbe 100755
--- a/tools/build_configs.py
+++ b/tools/build_configs.py
@@ -95,8 +95,6 @@ large_options_dict.update({
'CONFIG_THREAD_STACK_GUARD' : ['y', 'n'],
})
-# TODO Test modules set of options and filters.
-
all_options_sets = {
'small' : small_options_dict,
'large' : large_options_dict,