aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
blob: 89ba2c3cba99dc48488c57acb02eff22ccf94b3c (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
global GleanTest

execfile(os.path.dirname(__file__) + '/all.tests')

GleanTest.globalParams += [ "--quick" ]