Skip clang-tidy on Windows

This commit is contained in:
Douglas Stebila 2019-04-16 20:59:37 -04:00
parent c0cf260113
commit 09632377f9

View File

@ -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()