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:
Christian Hergert
2017-11-24 21:59:22 -08:00
parent 5338eeee1f
commit 854634e4b0
2 changed files with 102 additions and 0 deletions

View File

@ -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,