# # Minimal tests to check whether the installation is working # from framework.core import * from framework.gleantest import * glean = Group() glean['basic'] = GleanTest('basic', res_dir) glean['readPixSanity'] = GleanTest('readPixSanity', res_dir) profile = TestProfile() profile.tests['glean'] = glean