gtk2/testsuite/css/parser/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

4 lines
135 B
Meson

test_parser = executable('test-css-parser', 'test-css-parser.c', dependencies: libgtk_dep)
test('css/parser/css-parser', test_parser)