aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
blob: 702a69f853bc08acbfe52aaa1212fa84409e10f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python
# -*- 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']