build(cmake): isolate test-only dependencies
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user