# # 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