mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 08:21:10 +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)
|