gtk2/testsuite/css/style/meson.build
Timm Bäder 082cf3553d meson: Build gtk marshallers
And fix libgtk_dep/libgdk_dep to link_with the shared lib
2017-05-03 15:10:50 +01:00

15 lines
269 B
Meson

cssresources = gnome.compile_resources(
'cssresources',
'test-css-style.gresource.xml',
source_dir: '.',
)
test_style = executable(
'test-css-style',
'test-css-style.c',
cssresources,
dependencies: libgtk_dep,
)
test('css/style/test-style', test_style)