Add more structure constructor tests.
[piglit/hramrach.git] / tests / sanity.tests
blob6943221489205f86dc4da3c4058cd6a2feba1adf
1 #!/usr/bin/python
3 # Minimal tests to check whether the installation is working
6 from framework.core import *
7 from framework.gleantest import *
9 glean = Group()
10 glean['basic'] = GleanTest('basic')
11 glean['readPixSanity'] = GleanTest('readPixSanity')
13 profile = TestProfile()
14 profile.tests['glean'] = glean