aboutsummaryrefslogtreecommitdiff
path: root/tests/quick.tests
blob: b2c32129b283f62c20b64e571e4d5506ccba89f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env 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" ]

del profile.tests['valgrind']