mesa/src/gbm
Dylan Baker a999798daa meson: Add tests to suites
Meson test has a concepts of suites, which allow tests to be grouped
together. This allows for a subtest of tests to be run only (say only
the tests for nir). A test can be added to more than one suite, but for
the most part I've only added a test to a single suite, though I've
added a compiler group that includes nir, glsl, and glcpp tests.

To use this you'll need to invoke meson test directly, instead of ninja
test (which always runs all targets). it can be invoked as:
`meson test -C builddir --suite $suitename` (meson test has addition
options that are pretty useful).

Tested-By: Gert Wollny <gert.wollny@collabora.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
2018-11-20 09:09:22 -08:00
..
backends/dri gbm: add missing comma between strings 2018-11-19 15:50:56 +00:00
main gbm: Clarify acceptable formats for gbm_bo 2018-11-16 09:40:46 +00:00
Android.mk gbm: turn GBM_ALWAYS_SOFTWARE into a boolean 2017-09-12 13:53:11 +01:00
gbm-symbols-check gbm: add new entrypoint to symbols check 2018-11-15 16:25:42 +00:00
Makefile.am loader: Factor out the common driver opening logic from each loader. 2018-11-16 17:49:17 -08:00
Makefile.sources
meson.build meson: Add tests to suites 2018-11-20 09:09:22 -08:00