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
commite9a983d84583065a68c591571b5afd3c589a923e (patch)
treebf42ddbbba5b87f1218f6dd96bbb47f52d3c50aa
parent66484aa47a01b33f240496d28d090174182dc682 (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,