meson: Add nir_algebraic_parser_test to suites
Just to make it easier to run a nir tests together.
Fixes: a0ae12ca91
("nir/algebraic: Add unit tests for bitsize validation")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -268,5 +268,6 @@ if with_tests
|
|||||||
args : [
|
args : [
|
||||||
join_paths(meson.current_source_dir(), 'tests/algebraic_parser_test.py')
|
join_paths(meson.current_source_dir(), 'tests/algebraic_parser_test.py')
|
||||||
],
|
],
|
||||||
|
suite : ['compiler', 'nir'],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user