From e9a983d84583065a68c591571b5afd3c589a923e Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 28 Sep 2017 22:27:08 +0200 Subject: 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. --- tools/build_configs.py | 2 -- 1 file changed, 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, -- cgit v1.2.3