diff --git a/tools/ci/check_build_test_rules.py b/tools/ci/check_build_test_rules.py index e20a42f22d..0d5fd02a81 100755 --- a/tools/ci/check_build_test_rules.py +++ b/tools/ci/check_build_test_rules.py @@ -459,7 +459,8 @@ if __name__ == '__main__': if check_all: check_dirs = {IDF_PATH} - _exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'unit-test-app')] + _exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'unit-test-app'), + os.path.join(IDF_PATH, 'tools', 'test_build_system', 'build_test_app')] else: _exclude_dirs = []