Skip clang-tidy on Windows
This commit is contained in:
parent
c0cf260113
commit
09632377f9
@ -16,6 +16,7 @@ def test_clang_tidy():
|
|||||||
yield check_tidy, implementation
|
yield check_tidy, implementation
|
||||||
|
|
||||||
|
|
||||||
|
@helpers.skip_windows()
|
||||||
def check_tidy(implementation: pqclean.Implementation):
|
def check_tidy(implementation: pqclean.Implementation):
|
||||||
helpers.ensure_available('clang-tidy')
|
helpers.ensure_available('clang-tidy')
|
||||||
cfiles = implementation.cfiles()
|
cfiles = implementation.cfiles()
|
||||||
|
Loading…
Reference in New Issue
Block a user