Discussion:
[Mesa-dev] [PATCH] meson: Add nir_algebraic_parser_test to suites
Dylan Baker
2018-12-07 17:16:38 UTC
Permalink
Just to make it easier to run a nir tests together.

Fixes: a0ae12ca91a45f81897e774019cde9bd081f03a0
("nir/algebraic: Add unit tests for bitsize validation")
---
src/compiler/nir/meson.build | 1 +
1 file changed, 1 insertion(+)

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
--
2.19.2
Eric Engestrom
2018-12-07 17:57:51 UTC
Permalink
Post by Dylan Baker
Just to make it easier to run a nir tests together.
Fixes: a0ae12ca91a45f81897e774019cde9bd081f03a0
("nir/algebraic: Add unit tests for bitsize validation")
---
src/compiler/nir/meson.build | 1 +
1 file changed, 1 insertion(+)
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
--
2.19.2
_______________________________________________
mesa-dev mailing list
https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Loading...