build(cmake): isolate test-only dependencies

This commit is contained in:
KOKO\Mimi
2026-07-30 13:21:40 +09:00
parent 85b580bb23
commit 202e66c862
5 changed files with 42 additions and 6 deletions
@@ -11,6 +11,8 @@
namespace {
static_assert(sizeof(MKL_INT) == 4, "FESA requires the oneMKL LP64 interface.");
TEST(DependencySmoke, CallsOneMklVectorOperation) {
constexpr std::array<double, 3> x{1.0, 2.0, 3.0};
std::array<double, 3> y{4.0, 5.0, 6.0};