diff options
Diffstat (limited to 'tests/sanity.tests')
| -rw-r--r-- | tests/sanity.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sanity.tests b/tests/sanity.tests index 13c65b777..bcab60673 100644 --- a/tests/sanity.tests +++ b/tests/sanity.tests @@ -7,8 +7,8 @@ from framework.core import * from framework.gleantest import * glean = Group() -glean['basic'] = GleanTest('basic') -glean['readPixSanity'] = GleanTest('readPixSanity') +glean['basic'] = GleanTest('basic', res_dir) +glean['readPixSanity'] = GleanTest('readPixSanity', res_dir) profile = TestProfile() profile.tests['glean'] = glean |
