mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user