meson: add nir tests to the compiler/nir test suite
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 19 Jul 2019 23:42:13 +0000 (00:42 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Wed, 14 Aug 2019 21:17:06 +0000 (22:17 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/nir/meson.build

index 336bf2ef5439bce684007aeaee60a012b32d1e9a..541cc00df9df0245922c5007e2c2b2e7a0c19b9d 100644 (file)
@@ -285,6 +285,7 @@ if with_tests
     ),
     suite : ['compiler', 'nir'],
   )
+
   test(
     'nir_algebraic_parser',
     prog_python,
@@ -302,7 +303,8 @@ if with_tests
       c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
       include_directories : [inc_common],
       dependencies : [dep_thread, idep_gtest, idep_nir, idep_mesautil],
-    )
+    ),
+    suite : ['compiler', 'nir'],
   )
 
   test(
@@ -313,6 +315,7 @@ if with_tests
       c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
       include_directories : [inc_common],
       dependencies : [dep_thread, idep_gtest, idep_nir, idep_mesautil],
-    )
+    ),
+    suite : ['compiler', 'nir'],
   )
 endif