We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc81428 commit b3717e8Copy full SHA for b3717e8
tests/restyle.py
@@ -85,6 +85,7 @@ def find_core_files():
85
)
86
if file.is_file()
87
and file.suffix in (".c", ".cpp", ".h", ".hpp")
88
+ and not GIT_ROOT / "tests/device/test_libc" in file.parents
89
and not GIT_ROOT / "tests/host/bin" in file.parents
90
and not GIT_ROOT / "tests/host/common/catch.hpp" == file
91
]
0 commit comments