GNOME Bugzilla – Bug 795282
debug-viewer: Port to meson
Last modified: 2018-04-16 00:03:09 UTC
See commit message.
Created attachment 370967 [details] [review] debug-viewer: Port to meson This allows us to run unit test as part of ninja test and have versionning in sync. Also the goal is to have everything inside meson.
How are the unit-tests hooked?
Review of attachment 370967 [details] [review]: ::: debug-viewer/meson.build @@ +42,3 @@ +subdir('data') + +test('gst-debug-viewer', python3.find_python(), args: ['-m', 'unittest'], > How are the unit-tests hooked? Here I am hooking the unit tests in a very simple way, just python -m unittest from the root dir.
Attachment 370967 [details] pushed as cb4342b - debug-viewer: Port to meson