libsysprof-ui: start on capture view

This widget is going to allow us to remove most of SysprofWindow into a
reusable widget tos hare with Builder.
This commit is contained in:
Christian Hergert
2019-05-13 18:59:03 -07:00
parent 6731b1552b
commit 300461ab5d
8 changed files with 788 additions and 0 deletions

View File

@ -55,6 +55,11 @@ if get_option('enable_gtk')
dependencies: test_ui_deps,
)
test_capture_view = executable('test-capture-view', 'test-capture-view.c',
c_args: test_cflags,
dependencies: test_ui_deps,
)
test('test-model-filter', test_model_filter, env: test_env)
test('test-zoom', test_zoom, env: test_env)