From: Dylan Baker Date: Fri, 7 Dec 2018 17:15:27 +0000 (-0800) Subject: meson: Add nir_algebraic_parser_test to suites X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d3cbbbe15e54e8a294d5838519e24f411f08c04;p=mesa.git 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 --- diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build index e86c97b8864..b0ca27cb700 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