HaoZeke / OpenBLAS

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
http://www.openblas.net
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TST: Use `cmocka` for testing #11

Closed HaoZeke closed 1 month ago

HaoZeke commented 1 month ago

The current ctest and others are a slightly nightmarish set of goto riddled manual tests, would be nicer to use cmocka.

rgommers commented 1 month ago

This seems like the kind of thing to avoid doing separately from the main OpenBLAS project?

It sounds like a useful upgrade in principle, not clear though if it's needed for any of the work here?

HaoZeke commented 1 month ago

Yup, definitely not needed for the meson work; just came up when I went over some of tests to make sure they fail instead of printing failure and reporting success. Will reopen later in an expanded form on upstream.