# -*- coding: utf-8 -*- # # Testing drivers for Radeon hardware # import os.path global profile from framework.gleantest import GleanTest GleanTest.globalParams += [ "--quick" ] execfile(os.path.dirname(__file__) + '/all.tests')