gtk2/testsuite/css/parser/meson.build

4 lines
135 B
Meson
Raw Normal View History

2016-08-21 16:01:14 +00:00
test_parser = executable('test-css-parser', 'test-css-parser.c', dependencies: libgtk_dep)
2016-08-21 16:01:14 +00:00
test('css/parser/css-parser', test_parser)