mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
tests: add test for process model from UI
This can help shake out issues when dealing with ::items-changed events.
This commit is contained in:
@ -26,6 +26,12 @@ if get_option('enable_gtk')
|
||||
)
|
||||
test('test-model-filter', test_model_filter, env: test_env)
|
||||
|
||||
test_process_model = executable('test-process-model',
|
||||
'test-process-model.c',
|
||||
dependencies: libsysprof_ui_dep,
|
||||
)
|
||||
test('test-process-model', test_process_model, env: test_env)
|
||||
|
||||
test_zoom = executable('test-zoom',
|
||||
'test-zoom.c',
|
||||
dependencies: libsysprof_ui_dep,
|
||||
|
||||
Reference in New Issue
Block a user