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