qiskit/test/c
Matthew Treinish 360123e1f0
Run C tests on all tier 1 platforms (#14030)
* Run C tests on all tier 1 platforms

This commit expands the testing matrix for the C API tests to cover all
the supported tier 1 platforms. As tier 1 platforms we document that we
test them all on every PR, historically that's just been the Python
testing, but as we grow the capabilities of our C API in Qiskit we
should expand that guarantee to testing on all the tier 1 platforms too.

There will need to be some iteration done to ensure they all work as
expected, it's unlikely that this will work by default on Windows and we
can tweak the configuration based on the results of CI runs.

* Add complex number support for MSVC

* Use `uint_X` over `u_int_X` for MSVC support

* try making tests MSVC compat

* aaand another run!

now use a macro to define MSVC custom complex number constructor

* forgot header guard

* missed some complex, try fix zero-length array

* msvc doesn't support equaliy on complex

... of course...

* use f(void) over f()

* Split out windows tests to separate command

* all of the verbose!

* Attempt 918263312 to fix windows

life is pain

Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
Co-authored-by: Almudena Carrera Vazquez <almudenacarreravazquez@hotmail.com>

* try using CMPLX

* Revert "try using CMPLX"

This reverts commit ac4e38d6ee.

* Deduplicate job definitions

* store pyo3 build config during compilation

maybe this should be set behind a flag that we enable if we detect  we're running on windows, to avoid the dependency on unix

* rm redundant import, also store name

---------

Co-authored-by: Julien Gacon <jules.gacon@googlemail.com>
Co-authored-by: Max Rossmannek <oss@zurich.ibm.com>
Co-authored-by: Almudena Carrera Vazquez <almudenacarreravazquez@hotmail.com>
2025-03-31 11:24:46 +00:00
..
CMakeLists.txt Run C tests on all tier 1 platforms (#14030) 2025-03-31 11:24:46 +00:00
common.h Run C tests on all tier 1 platforms (#14030) 2025-03-31 11:24:46 +00:00
test_sparse_observable.c Run C tests on all tier 1 platforms (#14030) 2025-03-31 11:24:46 +00:00