Run C tests in CI

This commit is contained in:
Andrew Cassidy 2022-06-26 17:40:05 -07:00
parent bdd75ddddf
commit 49ba7e26b7

View File

@ -64,7 +64,7 @@ package-dir = { '' = '.' } # without this line, C++ source files get included in
[tool.cibuildwheel]
build = "cp*" # only build wheels for cpython.
build-frontend = "build"
test-command = "pytest {project}/tests --verbose"
test-command = "cmake {project} && cmake --build {project} && {project}/Test && pytest {project}/tests --verbose"
test-extras = ["tests"]
test-skip = "*-macosx_arm64 *-macosx_universal2:arm64" # skip testing on arm macOS because CIBW doesnt support it
environment = { QUICKTEX_SIMD_MODE = "SSE4" } # SSE4 has a 99% market share and was released under the Bush administration