Running test
Comparing with jhbuild, can't find a way to run test suite.
in jhbuild, choosing a project like gtksourceview, I can run test with:
$ jhbuild build gtksourceview
$ jhbuild shell
$ cd ~/.cache/jhbuild/build/gtksourceview
$ cd tests
$ test-space-drawing
in buildstream, after:
$ bst build --track-all core-deps/gtksourceview.bst
$ bst shell core-deps/gtksourceview.bst
Where can I find those tests? bst shell -b doesn't make a difference
Edited by Alberto Fanjul