meson: Add nir_algebraic_parser_test to suites
authorDylan Baker <dylan@pnwbakers.com>
Fri, 7 Dec 2018 17:15:27 +0000 (09:15 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 10 Dec 2018 17:14:44 +0000 (09:14 -0800)
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@intel.com>
src/compiler/nir/meson.build

index e86c97b886452546f03ea59da2ece0ef72fdb4ca..b0ca27cb700bbb0ea479ebebea50e1f1c23f6179 100644 (file)
@@ -268,5 +268,6 @@ if with_tests
     args : [
       join_paths(meson.current_source_dir(), 'tests/algebraic_parser_test.py')
     ],
+    suite : ['compiler', 'nir'],
   )
 endif