mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
6 lines
116 B
Meson
6 lines
116 B
Meson
|
unit_tests = executable('unit-tests', 'unit-tests.c',
|
||
|
dependencies: libmks_dep,
|
||
|
)
|
||
|
|
||
|
test('Unit tests', unit_tests)
|