summaryrefslogtreecommitdiff
path: root/tests/sanity.py
blob: 0e0e03828f344cea64ebb2ee3759531f897e7166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Minimal tests to check whether the installation is working
#

from framework.profile import TestProfile
from framework.gleantest import GleanTest

__all__ = ['profile']

profile = TestProfile()
profile.tests['glean/basic'] = GleanTest('basic')
profile.tests['glean/readPixSanity'] = GleanTest('readPixSanity')