I'm against this, you can already pass multiple profiles to piglit to
run at the same time:
./piglit run gpu quick_cl output

On Friday, January 23, 2015 12:54:59 Tom Stellard wrote:
> The combines the gpu and quick_cl test profiles.
> ---
>  tests/quick_glcl.py | 6 ++++++
>  1 file changed, 6 insertions(+)
>  create mode 100644 tests/quick_glcl.py
> 
> diff --git a/tests/quick_glcl.py b/tests/quick_glcl.py
> new file mode 100644
> index 0000000..1ee2733
> --- /dev/null
> +++ b/tests/quick_glcl.py
> @@ -0,0 +1,6 @@
> +
> +import tests.gpu
> +import tests.quick_cl
> +
> +profile = tests.gpu.profile
> +profile.tests = dict(profile.tests.items() + 
> tests.quick_cl.profile.tests.items())
> -- 
> 1.8.5.5
> 
> _______________________________________________
> Piglit mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/piglit
> 

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to