blob: 58c5d41b60064deedb78223564c764ba20b88769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- 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')
|