Commit a9d13463b554981cc48349de64bf6d44147ff754

Ebrahim Byagowi 2020-05-30T14:17:56

[meson] Categorize tests using `suite: [...]` So one can run a category of interested tests like meson test -Cbuild --suite aots --suite src --print-errorlogs Intead issuing particular tests which also is possible like meson test -Cbuild test-shape --print-errorlogs