aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
blob: 43eae7df00cf951be507e17cc977495402026e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8 -*-
#
# Testing drivers for Radeon hardware
#

import os.path

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

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

del profile.tests['valgrind']