summaryrefslogtreecommitdiff
path: root/tests/sanity.tests
blob: 6943221489205f86dc4da3c4058cd6a2feba1adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/python
#
# Minimal tests to check whether the installation is working
#

from framework.core import *
from framework.gleantest import *

glean = Group()
glean['basic'] = GleanTest('basic')
glean['readPixSanity'] = GleanTest('readPixSanity')

profile = TestProfile()
profile.tests['glean'] = glean