ObjMatrix  meson.build at tip

File tests/meson.build from the latest check-in


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