Skip to content

Minijasmine: allow to list tests and run a subset of them

Marco Trevisan requested to merge 3v1n0/gjs:minijasmine-run-single into master

Ideally it would be nice to have this to list tests via meson and define tests cases so that each single test could be run via meson test <test-name>, although it's a bit of a chichen-egg issue because meson's run_command can't use compile targets, so this is useful only for debugigging right now.

Merge request reports