gtk2/testsuite/css/meson.build

7 lines
140 B
Meson
Raw Normal View History

subdir('parser')
subdir('nodes')
subdir('style')
test_api = executable('api', 'api.c', dependencies: libgtk_dep)
test('css/api', test_api)