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

Author: Eric Engestrom <eric.engest...@intel.com>
Date:   Sat Jul 20 00:42:13 2019 +0100

meson: add nir tests to the compiler/nir test suite

Signed-off-by: Eric Engestrom <eric.engest...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Reviewed-by: Eric Anholt <e...@anholt.net>

---

 src/compiler/nir/meson.build | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
index 336bf2ef543..541cc00df9d 100644
--- a/src/compiler/nir/meson.build
+++ b/src/compiler/nir/meson.build
@@ -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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to