diff options
author | Dylan Baker <[email protected]> | 2018-12-07 09:15:27 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-12-10 09:14:44 -0800 |
commit | 6d3cbbbe15e54e8a294d5838519e24f411f08c04 (patch) | |
tree | f05083507a10bcf59e3a2b138077bbcdc7592a7d /src | |
parent | 27c4fdfdf8255305e395db9c8d004452c4d023b1 (diff) |
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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/compiler/nir/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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 |