change(tools): removed the old legacy unit-test-app

This commit is contained in:
Marius Vikhammer
2025-09-11 17:45:29 +08:00
parent cb36cd3a94
commit 582bf08eb5
26 changed files with 13 additions and 659 deletions

View File

@@ -341,7 +341,6 @@ if __name__ == '__main__':
if check_all:
check_dirs = {IDF_PATH}
_exclude_dirs = [
os.path.join(IDF_PATH, 'tools', 'unit-test-app'),
os.path.join(IDF_PATH, 'tools', 'test_build_system', 'build_test_app'),
os.path.join(IDF_PATH, 'tools', 'templates', 'sample_project'),
]