IntelPython / dpctl

Python SYCL bindings and SYCL-based Python Array API library
https://intelpython.github.io/dpctl/
Apache License 2.0
99 stars 29 forks source link

Run C++ tests in conda recipe #98

Open PokhodenkoSA opened 4 years ago

PokhodenkoSA commented 4 years ago

There are GTest tests but they are not started during conda package building.

oleksandr-pavlyk commented 2 years ago

@diptorupd Now that CTest no longer needs to rebuild the SyclInterface library, perhaps running CTest is possible. While it is possible I think this is a secondary task of low priority though.

diptorupd commented 7 months ago

@oleksandr-pavlyk @ndgrigorian If I am not wrong the libsyclinterface tests do run during the CI build of packages in both public GitHub and Jenkins CI. Can you confirm and close out this issue?

oleksandr-pavlyk commented 7 months ago

@diptorupd They only run as part of coverage builds, so they only run in public CI.