gtk2/testsuite/css/meson.build

7 lines
140 B
Meson
Raw Normal View History

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