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