Differences From Artifact [4ebc7f4ac0]:
- File tests/meson.build — part of check-in [2aa27f332c] at 2024-08-04 20:38:38 on branch trunk — Migrate build system to Meson (user: js, size: 160) [annotate] [blame] [check-ins using]
To Artifact [b3f1289f8f]:
- File tests/meson.build — part of check-in [da6b5c90d4] at 2024-08-06 21:56:55 on branch trunk — Improve meson.build files (user: js, size: 158) [annotate] [blame] [check-ins using]
1 | testexe = executable('tests', 'Tests.m', | | | 1 2 3 4 5 | testexe = executable('tests', 'Tests.m', dependencies: objfw_dep, link_with: objsqlite3, include_directories: incdir) test('ObjSQLite3 tests', testexe) |