On Fri, Jan 23, 2015 at 11:20:16AM -0800, Dylan Baker wrote: > I'm against this, you can already pass multiple profiles to piglit to > run at the same time: > ./piglit run gpu quick_cl output >
I do not know that. Thanks for the tip. -Tom > 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 > > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
