FossilOrigin-Name: e20d96017a04030af63a87675a9d4bbf44bfd63dc12870f496a54eb18267fcc1
5 lines
156 B
Meson
5 lines
156 B
Meson
testexe = executable('tests', 'Tests.m',
|
|
dependencies: objfw_dep,
|
|
link_with: objmatrix,
|
|
include_directories: incdir)
|
|
test('ObjMatrix tests', testexe)
|