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:
Dylan Baker 2018-12-07 09:15:27 -08:00
parent 27c4fdfdf8
commit 6d3cbbbe15
1 changed files with 1 additions and 0 deletions

View File

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