3 # Minimal tests to check whether the installation is working
6 from framework
.core
import *
7 from framework
.gleantest
import *
10 glean
['basic'] = GleanTest('basic')
11 glean
['readPixSanity'] = GleanTest('readPixSanity')
13 profile
= TestProfile()
14 profile
.tests
['glean'] = glean