Mesa (master): meson: Add nir_algebraic_parser_test to suites

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 10 17:17:18 UTC 2018


Module: Mesa
Branch: master
Commit: 6d3cbbbe15e54e8a294d5838519e24f411f08c04
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d3cbbbe15e54e8a294d5838519e24f411f08c04

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Fri Dec  7 09:15:27 2018 -0800

meson: Add nir_algebraic_parser_test to suites

Just to make it easier to run a nir tests together.

Fixes: a0ae12ca91a45f81897e774019cde9bd081f03a0
       ("nir/algebraic: Add unit tests for bitsize validation")
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 src/compiler/nir/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
index e86c97b886..b0ca27cb70 100644
--- a/src/compiler/nir/meson.build
+++ b/src/compiler/nir/meson.build
@@ -268,5 +268,6 @@ if with_tests
     args : [
       join_paths(meson.current_source_dir(), 'tests/algebraic_parser_test.py')
     ],
+    suite : ['compiler', 'nir'],
   )
 endif




More information about the mesa-commit mailing list