aboutsummaryrefslogtreecommitdiff
path: root/tests/sanity.tests
blob: baff0db6623046deaf513335263749b2897a2429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# 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