ObjMatrix  meson.build at [3f21e45c11]

File tests/meson.build artifact 9f24e6042d part of check-in 3f21e45c11


testexe = executable('tests', 'Tests.m',
  dependencies: objfw_dep,
  link_with: objmatrix,
  include_directories: incdir)
test('ObjMatrix tests', testexe)