ObjMatrix  meson.build at trunk

File tests/meson.build artifact 9f24e6042d on branch trunk


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