ObjMatrix  meson.build at [47b716af7a]

File tests/meson.build artifact 9f24e6042d part of check-in 47b716af7a


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