Add more structure constructor tests.
[piglit/hramrach.git] / tests / quick.tests
blob801850579b3a65148b45037ad0263842c5adb4d1
1 #!/usr/bin/python
2 # -*- coding: utf-8 -*-
4 # Testing drivers for Radeon hardware
7 import os
8 import re
10 execfile(os.path.dirname(__file__) + '/all.tests')
12 from framework.core import *
13 from framework.gleantest import *
15 GleanTest.globalParams += [ "--quick" ]
17 del profile.tests['valgrind']