ObjSQLite3  meson.build at tip

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


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