dpctl icon indicating copy to clipboard operation
dpctl copied to clipboard

Run C++ tests in conda recipe

Open PokhodenkoSA opened this issue 5 years ago • 3 comments

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

PokhodenkoSA avatar Oct 05 '20 15:10 PokhodenkoSA

@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.

oleksandr-pavlyk avatar May 19 '22 11:05 oleksandr-pavlyk

@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?

diptorupd avatar Mar 01 '24 01:03 diptorupd

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

oleksandr-pavlyk avatar Mar 01 '24 12:03 oleksandr-pavlyk